Shades of Black Pearl #06101E
Tints of Black Pearl #06101E
RGB
CMYK
RGB Variations
Color information
#06101E (or 0x06101E) is known color: Black Pearl. HEX triplet: 06, 10 and 1E. RGB value is (6,16,30). Sum of RGB (Red+Green+Blue) = 6+16+30=52 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.54% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 30 (12.11% from 255 or 57.69% from 52); Max value from RGB is 30 - color contains mainly: blue. Hex color #06101E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06101E is #F9EFE1. Grayscale: #0E0E0E. Windows color (decimal): -16379874 or 1970182. OLE color: 1970182.
HSL color Cylindrical-coordinate representation of color #06101E: hue angle of 215º 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 #06101E is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 16 | 30 | - |
| CMYK | 0.80 | 0.47 | 0 | 0.88 |
| HSL | 215º | 0.67% | 0.07% | - |
| HSV(B) | 215º | 0.8% | 0.12% | - |
| XYZ | 0.49 | 0.5 | 1.3 | - |
| YUV | 14.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 16 | 30 | 0.80 | 0.47 | 0 | 0.88 | 215 | 0.67 | 0.07 |
| Hex | 6 | 10 | 1E | 50 | 2F | 0 | 58 | D7 | 43 | 7 |
| Octal | 6 | 20 | 36 | 120 | 57 | 0 | 130 | 327 | 103 | 7 |
| Binary | 110 | 10000 | 11110 | 1010000 | 101111 | 0 | 1011000 | 11010111 | 1000011 | 111 |
Color Harmonies of #06101E
Complementary color
Monochromatic Colors of #06101E
Black with #06101E
Text Example
Text Example
White with #06101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06101E; }
p { color: rgb(6,16,30); }
H1.HeaderClassName
{
color: #06101E;
}
.AnyTagClassName
{
color: #06101E;
}
</style>
background-color css
<style>
a { background-color: #06101E; }
a { background-color: rgb(6,16,30); }
div.DivClassName
{
background-color: #06101E;
}
.BgClassName
{
background-color: #06101E;
}
</style>
border-color css
<style>
span { border-color: #06101E; }
span { border-color: rgb(6,16,30); }
td.TdClassName
{
border-color: #06101E;
}
.TagClassName
{
border-color: #06101E;
}
</style>