Shades of Black Pearl #061214
Tints of Black Pearl #061214
RGB
CMYK
RGB Variations
Color information
#061214 (or 0x061214) is known color: Black Pearl. HEX triplet: 06, 12 and 14. RGB value is (6,18,20). Sum of RGB (Red+Green+Blue) = 6+18+20=44 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.64% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 20 - color contains mainly: blue. Hex color #061214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061214 is #F9EDEB. Grayscale: #0E0E0E. Windows color (decimal): -16379372 or 1315334. OLE color: 1315334.
HSL color Cylindrical-coordinate representation of color #061214: hue angle of 188.57º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #061214 is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 6 | 18 | 20 | - |
| CMYK | 0.70 | 0.10 | 0 | 0.92 |
| HSL | 188.57º | 0.54% | 0.05% | - |
| HSV(B) | 188.57º | 0.7% | 0.08% | - |
| XYZ | 0.42 | 0.52 | 0.74 | - |
| YUV | 14.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 20 | 0.70 | 0.10 | 0 | 0.92 | 188.57 | 0.54 | 0.05 |
| Hex | 6 | 12 | 14 | 46 | A | 0 | 5C | BD | 36 | 5 |
| Octal | 6 | 22 | 24 | 106 | 12 | 0 | 134 | 275 | 66 | 5 |
| Binary | 110 | 10010 | 10100 | 1000110 | 1010 | 0 | 1011100 | 10111101 | 110110 | 101 |
Color Harmonies of #061214
Complementary color
Monochromatic Colors of #061214
Black with #061214
Text Example
Text Example
White with #061214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061214; }
p { color: rgb(6,18,20); }
H1.HeaderClassName
{
color: #061214;
}
.AnyTagClassName
{
color: #061214;
}
</style>
background-color css
<style>
a { background-color: #061214; }
a { background-color: rgb(6,18,20); }
div.DivClassName
{
background-color: #061214;
}
.BgClassName
{
background-color: #061214;
}
</style>
border-color css
<style>
span { border-color: #061214; }
span { border-color: rgb(6,18,20); }
td.TdClassName
{
border-color: #061214;
}
.TagClassName
{
border-color: #061214;
}
</style>