Shades of Black Pearl #06121D
Tints of Black Pearl #06121D
RGB
CMYK
RGB Variations
Color information
#06121D (or 0x06121D) is known color: Black Pearl. HEX triplet: 06, 12 and 1D. RGB value is (6,18,29). Sum of RGB (Red+Green+Blue) = 6+18+29=53 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.32% from 53); Green value is 18 (7.42% from 255 or 33.96% from 53); Blue value is 29 (11.72% from 255 or 54.72% from 53); Max value from RGB is 29 - color contains mainly: blue. Hex color #06121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06121D is #F9EDE2. Grayscale: #0F0F0F. Windows color (decimal): -16379363 or 1905158. OLE color: 1905158.
HSL color Cylindrical-coordinate representation of color #06121D: hue angle of 208.7º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #06121D is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 6 | 18 | 29 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.89 |
| HSL | 208.7º | 0.66% | 0.07% | - |
| HSV(B) | 208.7º | 0.79% | 0.11% | - |
| XYZ | 0.51 | 0.56 | 1.24 | - |
| YUV | 15.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 29 | 0.79 | 0.38 | 0 | 0.89 | 208.7 | 0.66 | 0.07 |
| Hex | 6 | 12 | 1D | 4F | 26 | 0 | 59 | D1 | 42 | 7 |
| Octal | 6 | 22 | 35 | 117 | 46 | 0 | 131 | 321 | 102 | 7 |
| Binary | 110 | 10010 | 11101 | 1001111 | 100110 | 0 | 1011001 | 11010001 | 1000010 | 111 |
Color Harmonies of #06121D
Complementary color
Monochromatic Colors of #06121D
Black with #06121D
Text Example
Text Example
White with #06121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06121D; }
p { color: rgb(6,18,29); }
H1.HeaderClassName
{
color: #06121D;
}
.AnyTagClassName
{
color: #06121D;
}
</style>
background-color css
<style>
a { background-color: #06121D; }
a { background-color: rgb(6,18,29); }
div.DivClassName
{
background-color: #06121D;
}
.BgClassName
{
background-color: #06121D;
}
</style>
border-color css
<style>
span { border-color: #06121D; }
span { border-color: rgb(6,18,29); }
td.TdClassName
{
border-color: #06121D;
}
.TagClassName
{
border-color: #06121D;
}
</style>