Shades of Black Pearl #06151C
Tints of Black Pearl #06151C
RGB
CMYK
RGB Variations
Color information
#06151C (or 0x06151C) is known color: Black Pearl. HEX triplet: 06, 15 and 1C. RGB value is (6,21,28). Sum of RGB (Red+Green+Blue) = 6+21+28=55 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.91% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 28 (11.33% from 255 or 50.91% from 55); Max value from RGB is 28 - color contains mainly: blue. Hex color #06151C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06151C is #F9EAE3. Grayscale: #111111. Windows color (decimal): -16378596 or 1840390. OLE color: 1840390.
HSL color Cylindrical-coordinate representation of color #06151C: hue angle of 199.09º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #06151C is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 6 | 21 | 28 | - |
| CMYK | 0.79 | 0.25 | 0 | 0.89 |
| HSL | 199.09º | 0.65% | 0.07% | - |
| HSV(B) | 199.09º | 0.79% | 0.11% | - |
| XYZ | 0.55 | 0.66 | 1.2 | - |
| YUV | 17.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 21 | 28 | 0.79 | 0.25 | 0 | 0.89 | 199.09 | 0.65 | 0.07 |
| Hex | 6 | 15 | 1C | 4F | 19 | 0 | 59 | C7 | 41 | 7 |
| Octal | 6 | 25 | 34 | 117 | 31 | 0 | 131 | 307 | 101 | 7 |
| Binary | 110 | 10101 | 11100 | 1001111 | 11001 | 0 | 1011001 | 11000111 | 1000001 | 111 |
Color Harmonies of #06151C
Complementary color
Monochromatic Colors of #06151C
Black with #06151C
Text Example
Text Example
White with #06151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06151C; }
p { color: rgb(6,21,28); }
H1.HeaderClassName
{
color: #06151C;
}
.AnyTagClassName
{
color: #06151C;
}
</style>
background-color css
<style>
a { background-color: #06151C; }
a { background-color: rgb(6,21,28); }
div.DivClassName
{
background-color: #06151C;
}
.BgClassName
{
background-color: #06151C;
}
</style>
border-color css
<style>
span { border-color: #06151C; }
span { border-color: rgb(6,21,28); }
td.TdClassName
{
border-color: #06151C;
}
.TagClassName
{
border-color: #06151C;
}
</style>