Shades of Black Pearl #061218
Tints of Black Pearl #061218
RGB
CMYK
RGB Variations
Color information
#061218 (or 0x061218) is known color: Black Pearl. HEX triplet: 06, 12 and 18. RGB value is (6,18,24). Sum of RGB (Red+Green+Blue) = 6+18+24=48 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.5% from 48); Green value is 18 (7.42% from 255 or 37.5% from 48); Blue value is 24 (9.77% from 255 or 50% from 48); Max value from RGB is 24 - color contains mainly: blue. Hex color #061218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061218 is #F9EDE7. Grayscale: #0F0F0F. Windows color (decimal): -16379368 or 1577478. OLE color: 1577478.
HSL color Cylindrical-coordinate representation of color #061218: hue angle of 200º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #061218 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 6 | 18 | 24 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.91 |
| HSL | 200º | 0.6% | 0.06% | - |
| HSV(B) | 200º | 0.75% | 0.09% | - |
| XYZ | 0.46 | 0.54 | 0.94 | - |
| YUV | 15.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 24 | 0.75 | 0.25 | 0 | 0.91 | 200 | 0.6 | 0.06 |
| Hex | 6 | 12 | 18 | 4B | 19 | 0 | 5B | C8 | 3C | 6 |
| Octal | 6 | 22 | 30 | 113 | 31 | 0 | 133 | 310 | 74 | 6 |
| Binary | 110 | 10010 | 11000 | 1001011 | 11001 | 0 | 1011011 | 11001000 | 111100 | 110 |
Color Harmonies of #061218
Complementary color
Monochromatic Colors of #061218
Black with #061218
Text Example
Text Example
White with #061218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061218; }
p { color: rgb(6,18,24); }
H1.HeaderClassName
{
color: #061218;
}
.AnyTagClassName
{
color: #061218;
}
</style>
background-color css
<style>
a { background-color: #061218; }
a { background-color: rgb(6,18,24); }
div.DivClassName
{
background-color: #061218;
}
.BgClassName
{
background-color: #061218;
}
</style>
border-color css
<style>
span { border-color: #061218; }
span { border-color: rgb(6,18,24); }
td.TdClassName
{
border-color: #061218;
}
.TagClassName
{
border-color: #061218;
}
</style>