Shades of Black Pearl #06151E
Tints of Black Pearl #06151E
RGB
CMYK
RGB Variations
Color information
#06151E (or 0x06151E) is known color: Black Pearl. HEX triplet: 06, 15 and 1E. RGB value is (6,21,30). Sum of RGB (Red+Green+Blue) = 6+21+30=57 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.53% from 57); Green value is 21 (8.59% from 255 or 36.84% from 57); Blue value is 30 (12.11% from 255 or 52.63% from 57); Max value from RGB is 30 - color contains mainly: blue. Hex color #06151E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06151E is #F9EAE1. Grayscale: #111111. Windows color (decimal): -16378594 or 1971462. OLE color: 1971462.
HSL color Cylindrical-coordinate representation of color #06151E: hue angle of 202.5º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #06151E is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 21 | 30 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.88 |
| HSL | 202.5º | 0.67% | 0.07% | - |
| HSV(B) | 202.5º | 0.8% | 0.12% | - |
| XYZ | 0.58 | 0.67 | 1.33 | - |
| YUV | 17.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 21 | 30 | 0.80 | 0.30 | 0 | 0.88 | 202.5 | 0.67 | 0.07 |
| Hex | 6 | 15 | 1E | 50 | 1E | 0 | 58 | CA | 43 | 7 |
| Octal | 6 | 25 | 36 | 120 | 36 | 0 | 130 | 312 | 103 | 7 |
| Binary | 110 | 10101 | 11110 | 1010000 | 11110 | 0 | 1011000 | 11001010 | 1000011 | 111 |
Color Harmonies of #06151E
Complementary color
Monochromatic Colors of #06151E
Black with #06151E
Text Example
Text Example
White with #06151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06151E; }
p { color: rgb(6,21,30); }
H1.HeaderClassName
{
color: #06151E;
}
.AnyTagClassName
{
color: #06151E;
}
</style>
background-color css
<style>
a { background-color: #06151E; }
a { background-color: rgb(6,21,30); }
div.DivClassName
{
background-color: #06151E;
}
.BgClassName
{
background-color: #06151E;
}
</style>
border-color css
<style>
span { border-color: #06151E; }
span { border-color: rgb(6,21,30); }
td.TdClassName
{
border-color: #06151E;
}
.TagClassName
{
border-color: #06151E;
}
</style>