Shades of Black Pearl #060B0F
Tints of Black Pearl #060B0F
RGB
CMYK
RGB Variations
Color information
#060B0F (or 0x060B0F) is known color: Black Pearl. HEX triplet: 06, 0B and 0F. RGB value is (6,11,15). Sum of RGB (Red+Green+Blue) = 6+11+15=32 (4% of max value = 765). Red value is 6 (2.73% from 255 or 18.75% from 32); Green value is 11 (4.69% from 255 or 34.38% from 32); Blue value is 15 (6.25% from 255 or 46.88% from 32); Max value from RGB is 15 - color contains mainly: blue. Hex color #060B0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060B0F is #F9F4F0. Grayscale: #090909. Windows color (decimal): -16381169 or 985862. OLE color: 985862.
HSL color Cylindrical-coordinate representation of color #060B0F: hue angle of 206.67º degrees, saturation: 0.43, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #060B0F is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 6 | 11 | 15 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.94 |
| HSL | 206.67º | 0.43% | 0.04% | - |
| HSV(B) | 206.67º | 0.6% | 0.06% | - |
| XYZ | 0.28 | 0.31 | 0.5 | - |
| YUV | 9.96 | 130.84 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 15 | 0.60 | 0.27 | 0 | 0.94 | 206.67 | 0.43 | 0.04 |
| Hex | 6 | B | F | 3C | 1B | 0 | 5E | CF | 2B | 4 |
| Octal | 6 | 13 | 17 | 74 | 33 | 0 | 136 | 317 | 53 | 4 |
| Binary | 110 | 1011 | 1111 | 111100 | 11011 | 0 | 1011110 | 11001111 | 101011 | 100 |
Color Harmonies of #060B0F
Complementary color
Monochromatic Colors of #060B0F
Black with #060B0F
Text Example
Text Example
White with #060B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060B0F; }
p { color: rgb(6,11,15); }
H1.HeaderClassName
{
color: #060B0F;
}
.AnyTagClassName
{
color: #060B0F;
}
</style>
background-color css
<style>
a { background-color: #060B0F; }
a { background-color: rgb(6,11,15); }
div.DivClassName
{
background-color: #060B0F;
}
.BgClassName
{
background-color: #060B0F;
}
</style>
border-color css
<style>
span { border-color: #060B0F; }
span { border-color: rgb(6,11,15); }
td.TdClassName
{
border-color: #060B0F;
}
.TagClassName
{
border-color: #060B0F;
}
</style>