Shades of Black Pearl #06121B
Tints of Black Pearl #06121B
RGB
CMYK
RGB Variations
Color information
#06121B (or 0x06121B) is known color: Black Pearl. HEX triplet: 06, 12 and 1B. RGB value is (6,18,27). Sum of RGB (Red+Green+Blue) = 6+18+27=51 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.76% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 27 (10.94% from 255 or 52.94% from 51); Max value from RGB is 27 - color contains mainly: blue. Hex color #06121B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06121B is #F9EDE4. Grayscale: #0F0F0F. Windows color (decimal): -16379365 or 1774086. OLE color: 1774086.
HSL color Cylindrical-coordinate representation of color #06121B: hue angle of 205.71º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #06121B is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
RGB | 6 | 18 | 27 | - |
CMYK | 0.78 | 0.33 | 0 | 0.89 |
HSL | 205.71º | 0.64% | 0.06% | - |
HSV(B) | 205.71º | 0.78% | 0.11% | - |
XYZ | 0.49 | 0.55 | 1.12 | - |
YUV | 15.44 | 134.52 | 121.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 18 | 27 | 0.78 | 0.33 | 0 | 0.89 | 205.71 | 0.64 | 0.06 |
Hex | 6 | 12 | 1B | 4E | 21 | 0 | 59 | CE | 40 | 6 |
Octal | 6 | 22 | 33 | 116 | 41 | 0 | 131 | 316 | 100 | 6 |
Binary | 110 | 10010 | 11011 | 1001110 | 100001 | 0 | 1011001 | 11001110 | 1000000 | 110 |
Color Harmonies of #06121B
Complementary color
Monochromatic Colors of #06121B
Black with #06121B
Text Example
Text Example
White with #06121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06121B; }
p { color: rgb(6,18,27); }
H1.HeaderClassName
{
color: #06121B;
}
.AnyTagClassName
{
color: #06121B;
}
</style>
background-color css
<style>
a { background-color: #06121B; }
a { background-color: rgb(6,18,27); }
div.DivClassName
{
background-color: #06121B;
}
.BgClassName
{
background-color: #06121B;
}
</style>
border-color css
<style>
span { border-color: #06121B; }
span { border-color: rgb(6,18,27); }
td.TdClassName
{
border-color: #06121B;
}
.TagClassName
{
border-color: #06121B;
}
</style>