Shades of Black Pearl #061828
Tints of Black Pearl #061828
RGB
CMYK
RGB Variations
Color information
#061828 (or 0x061828) is known color: Black Pearl. HEX triplet: 06, 18 and 28. RGB value is (6,24,40). Sum of RGB (Red+Green+Blue) = 6+24+40=70 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.57% from 70); Green value is 24 (9.77% from 255 or 34.29% from 70); Blue value is 40 (16.02% from 255 or 57.14% from 70); Max value from RGB is 40 - color contains mainly: blue. Hex color #061828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061828 is #F9E7D7. Grayscale: #141414. Windows color (decimal): -16377816 or 2627590. OLE color: 2627590.
HSL color Cylindrical-coordinate representation of color #061828: hue angle of 208.24º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #061828 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 24 | 40 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.84 |
| HSL | 208.24º | 0.74% | 0.09% | - |
| HSV(B) | 208.24º | 0.85% | 0.16% | - |
| XYZ | 0.78 | 0.85 | 2.13 | - |
| YUV | 20.44 | 139.04 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 24 | 40 | 0.85 | 0.40 | 0 | 0.84 | 208.24 | 0.74 | 0.09 |
| Hex | 6 | 18 | 28 | 55 | 28 | 0 | 54 | D0 | 4A | 9 |
| Octal | 6 | 30 | 50 | 125 | 50 | 0 | 124 | 320 | 112 | 11 |
| Binary | 110 | 11000 | 101000 | 1010101 | 101000 | 0 | 1010100 | 11010000 | 1001010 | 1001 |
Color Harmonies of #061828
Complementary color
Monochromatic Colors of #061828
Black with #061828
Text Example
Text Example
White with #061828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061828; }
p { color: rgb(6,24,40); }
H1.HeaderClassName
{
color: #061828;
}
.AnyTagClassName
{
color: #061828;
}
</style>
background-color css
<style>
a { background-color: #061828; }
a { background-color: rgb(6,24,40); }
div.DivClassName
{
background-color: #061828;
}
.BgClassName
{
background-color: #061828;
}
</style>
border-color css
<style>
span { border-color: #061828; }
span { border-color: rgb(6,24,40); }
td.TdClassName
{
border-color: #061828;
}
.TagClassName
{
border-color: #061828;
}
</style>