Shades of Black Pearl #050607
Tints of Black Pearl #050607
RGB
CMYK
RGB Variations
Color information
#050607 (or 0x050607) is known color: Black Pearl. HEX triplet: 05, 06 and 07. RGB value is (5,6,7). Sum of RGB (Red+Green+Blue) = 5+6+7=18 (2% of max value = 765). Red value is 5 (2.34% from 255 or 27.78% from 18); Green value is 6 (2.73% from 255 or 33.33% from 18); Blue value is 7 (3.12% from 255 or 38.89% from 18); Max value from RGB is 7 - color contains mainly: blue. Hex color #050607 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050607 is #FAF9F8. Grayscale: #050505. Windows color (decimal): -16447993 or 460293. OLE color: 460293.
HSL color Cylindrical-coordinate representation of color #050607: hue angle of 210º degrees, saturation: 0.17, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #050607 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.97.
Color convert
RGB | 5 | 6 | 7 | - |
CMYK | 0.29 | 0.14 | 0 | 0.97 |
HSL | 210º | 0.17% | 0.02% | - |
HSV(B) | 210º | 0.29% | 0.03% | - |
XYZ | 0.17 | 0.18 | 0.23 | - |
YUV | 5.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 6 | 7 | 0.29 | 0.14 | 0 | 0.97 | 210 | 0.17 | 0.02 |
Hex | 5 | 6 | 7 | 1D | E | 0 | 61 | D2 | 11 | 2 |
Octal | 5 | 6 | 7 | 35 | 16 | 0 | 141 | 322 | 21 | 2 |
Binary | 101 | 110 | 111 | 11101 | 1110 | 0 | 1100001 | 11010010 | 10001 | 10 |
Color Harmonies of #050607
Complementary color
Monochromatic Colors of #050607
Black with #050607
Text Example
Text Example
White with #050607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050607; }
p { color: rgb(5,6,7); }
H1.HeaderClassName
{
color: #050607;
}
.AnyTagClassName
{
color: #050607;
}
</style>
background-color css
<style>
a { background-color: #050607; }
a { background-color: rgb(5,6,7); }
div.DivClassName
{
background-color: #050607;
}
.BgClassName
{
background-color: #050607;
}
</style>
border-color css
<style>
span { border-color: #050607; }
span { border-color: rgb(5,6,7); }
td.TdClassName
{
border-color: #050607;
}
.TagClassName
{
border-color: #050607;
}
</style>