Shades of Black Pearl #061829
Tints of Black Pearl #061829
RGB
CMYK
RGB Variations
Color information
#061829 (or 0x061829) is known color: Black Pearl. HEX triplet: 06, 18 and 29. RGB value is (6,24,41). Sum of RGB (Red+Green+Blue) = 6+24+41=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 24 (9.77% from 255 or 33.80% from 71); Blue value is 41 (16.41% from 255 or 57.75% from 71); Max value from RGB is 41 - color contains mainly: blue. Hex color #061829 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061829 is #F9E7D6. Grayscale: #141414. Windows color (decimal): -16377815 or 2693126. OLE color: 2693126.
HSL color Cylindrical-coordinate representation of color #061829: hue angle of 209.14º 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 #061829 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 24 | 41 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.84 |
| HSL | 209.14º | 0.74% | 0.09% | - |
| HSV(B) | 209.14º | 0.85% | 0.16% | - |
| XYZ | 0.8 | 0.85 | 2.22 | - |
| YUV | 20.56 | 139.54 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 24 | 41 | 0.85 | 0.41 | 0 | 0.84 | 209.14 | 0.74 | 0.09 |
| Hex | 6 | 18 | 29 | 55 | 29 | 0 | 54 | D1 | 4A | 9 |
| Octal | 6 | 30 | 51 | 125 | 51 | 0 | 124 | 321 | 112 | 11 |
| Binary | 110 | 11000 | 101001 | 1010101 | 101001 | 0 | 1010100 | 11010001 | 1001010 | 1001 |
Color Harmonies of #061829
Complementary color
Monochromatic Colors of #061829
Black with #061829
Text Example
Text Example
White with #061829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061829; }
p { color: rgb(6,24,41); }
H1.HeaderClassName
{
color: #061829;
}
.AnyTagClassName
{
color: #061829;
}
</style>
background-color css
<style>
a { background-color: #061829; }
a { background-color: rgb(6,24,41); }
div.DivClassName
{
background-color: #061829;
}
.BgClassName
{
background-color: #061829;
}
</style>
border-color css
<style>
span { border-color: #061829; }
span { border-color: rgb(6,24,41); }
td.TdClassName
{
border-color: #061829;
}
.TagClassName
{
border-color: #061829;
}
</style>