Shades of Black Pearl #06151F
Tints of Black Pearl #06151F
RGB
CMYK
RGB Variations
Color information
#06151F (or 0x06151F) is known color: Black Pearl. HEX triplet: 06, 15 and 1F. RGB value is (6,21,31). Sum of RGB (Red+Green+Blue) = 6+21+31=58 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.34% from 58); Green value is 21 (8.59% from 255 or 36.21% from 58); Blue value is 31 (12.5% from 255 or 53.45% from 58); Max value from RGB is 31 - color contains mainly: blue. Hex color #06151F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06151F is #F9EAE0. Grayscale: #111111. Windows color (decimal): -16378593 or 2036998. OLE color: 2036998.
HSL color Cylindrical-coordinate representation of color #06151F: hue angle of 204º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #06151F is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 21 | 31 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.88 |
| HSL | 204º | 0.68% | 0.07% | - |
| HSV(B) | 204º | 0.81% | 0.12% | - |
| XYZ | 0.59 | 0.67 | 1.4 | - |
| YUV | 17.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 21 | 31 | 0.81 | 0.32 | 0 | 0.88 | 204 | 0.68 | 0.07 |
| Hex | 6 | 15 | 1F | 51 | 20 | 0 | 58 | CC | 44 | 7 |
| Octal | 6 | 25 | 37 | 121 | 40 | 0 | 130 | 314 | 104 | 7 |
| Binary | 110 | 10101 | 11111 | 1010001 | 100000 | 0 | 1011000 | 11001100 | 1000100 | 111 |
Color Harmonies of #06151F
Complementary color
Monochromatic Colors of #06151F
Black with #06151F
Text Example
Text Example
White with #06151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06151F; }
p { color: rgb(6,21,31); }
H1.HeaderClassName
{
color: #06151F;
}
.AnyTagClassName
{
color: #06151F;
}
</style>
background-color css
<style>
a { background-color: #06151F; }
a { background-color: rgb(6,21,31); }
div.DivClassName
{
background-color: #06151F;
}
.BgClassName
{
background-color: #06151F;
}
</style>
border-color css
<style>
span { border-color: #06151F; }
span { border-color: rgb(6,21,31); }
td.TdClassName
{
border-color: #06151F;
}
.TagClassName
{
border-color: #06151F;
}
</style>