Shades of Black Pearl #061529
Tints of Black Pearl #061529
RGB
CMYK
RGB Variations
Color information
#061529 (or 0x061529) is known color: Black Pearl. HEX triplet: 06, 15 and 29. RGB value is (6,21,41). Sum of RGB (Red+Green+Blue) = 6+21+41=68 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.82% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 41 (16.41% from 255 or 60.29% from 68); Max value from RGB is 41 - color contains mainly: blue. Hex color #061529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061529 is #F9EAD6. Grayscale: #121212. Windows color (decimal): -16378583 or 2692358. OLE color: 2692358.
HSL color Cylindrical-coordinate representation of color #061529: hue angle of 214.29º 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 #061529 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 21 | 41 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.84 |
| HSL | 214.29º | 0.74% | 0.09% | - |
| HSV(B) | 214.29º | 0.85% | 0.16% | - |
| XYZ | 0.74 | 0.74 | 2.2 | - |
| YUV | 18.8 | 140.53 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 21 | 41 | 0.85 | 0.49 | 0 | 0.84 | 214.29 | 0.74 | 0.09 |
| Hex | 6 | 15 | 29 | 55 | 31 | 0 | 54 | D6 | 4A | 9 |
| Octal | 6 | 25 | 51 | 125 | 61 | 0 | 124 | 326 | 112 | 11 |
| Binary | 110 | 10101 | 101001 | 1010101 | 110001 | 0 | 1010100 | 11010110 | 1001010 | 1001 |
Color Harmonies of #061529
Complementary color
Monochromatic Colors of #061529
Black with #061529
Text Example
Text Example
White with #061529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061529; }
p { color: rgb(6,21,41); }
H1.HeaderClassName
{
color: #061529;
}
.AnyTagClassName
{
color: #061529;
}
</style>
background-color css
<style>
a { background-color: #061529; }
a { background-color: rgb(6,21,41); }
div.DivClassName
{
background-color: #061529;
}
.BgClassName
{
background-color: #061529;
}
</style>
border-color css
<style>
span { border-color: #061529; }
span { border-color: rgb(6,21,41); }
td.TdClassName
{
border-color: #061529;
}
.TagClassName
{
border-color: #061529;
}
</style>