Shades of Black Pearl #06152A
Tints of Black Pearl #06152A
RGB
CMYK
RGB Variations
Color information
#06152A (or 0x06152A) is known color: Black Pearl. HEX triplet: 06, 15 and 2A. RGB value is (6,21,42). Sum of RGB (Red+Green+Blue) = 6+21+42=69 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.70% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 42 (16.80% from 255 or 60.87% from 69); Max value from RGB is 42 - color contains mainly: blue. Hex color #06152A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06152A is #F9EAD5. Grayscale: #121212. Windows color (decimal): -16378582 or 2757894. OLE color: 2757894.
HSL color Cylindrical-coordinate representation of color #06152A: hue angle of 215º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06152A is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 21 | 42 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.84 |
| HSL | 215º | 0.75% | 0.09% | - |
| HSV(B) | 215º | 0.86% | 0.16% | - |
| XYZ | 0.76 | 0.74 | 2.29 | - |
| YUV | 18.91 | 141.03 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 21 | 42 | 0.86 | 0.50 | 0 | 0.84 | 215 | 0.75 | 0.09 |
| Hex | 6 | 15 | 2A | 56 | 32 | 0 | 54 | D7 | 4B | 9 |
| Octal | 6 | 25 | 52 | 126 | 62 | 0 | 124 | 327 | 113 | 11 |
| Binary | 110 | 10101 | 101010 | 1010110 | 110010 | 0 | 1010100 | 11010111 | 1001011 | 1001 |
Color Harmonies of #06152A
Complementary color
Monochromatic Colors of #06152A
Black with #06152A
Text Example
Text Example
White with #06152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06152A; }
p { color: rgb(6,21,42); }
H1.HeaderClassName
{
color: #06152A;
}
.AnyTagClassName
{
color: #06152A;
}
</style>
background-color css
<style>
a { background-color: #06152A; }
a { background-color: rgb(6,21,42); }
div.DivClassName
{
background-color: #06152A;
}
.BgClassName
{
background-color: #06152A;
}
</style>
border-color css
<style>
span { border-color: #06152A; }
span { border-color: rgb(6,21,42); }
td.TdClassName
{
border-color: #06152A;
}
.TagClassName
{
border-color: #06152A;
}
</style>