Shades of Black Pearl #06101F
Tints of Black Pearl #06101F
RGB
CMYK
RGB Variations
Color information
#06101F (or 0x06101F) is known color: Black Pearl. HEX triplet: 06, 10 and 1F. RGB value is (6,16,31). Sum of RGB (Red+Green+Blue) = 6+16+31=53 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.32% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 31 (12.5% from 255 or 58.49% from 53); Max value from RGB is 31 - color contains mainly: blue. Hex color #06101F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06101F is #F9EFE0. Grayscale: #0E0E0E. Windows color (decimal): -16379873 or 2035718. OLE color: 2035718.
HSL color Cylindrical-coordinate representation of color #06101F: hue angle of 216º 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 #06101F is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 16 | 31 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.88 |
| HSL | 216º | 0.68% | 0.07% | - |
| HSV(B) | 216º | 0.81% | 0.12% | - |
| XYZ | 0.51 | 0.51 | 1.37 | - |
| YUV | 14.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 16 | 31 | 0.81 | 0.48 | 0 | 0.88 | 216 | 0.68 | 0.07 |
| Hex | 6 | 10 | 1F | 51 | 30 | 0 | 58 | D8 | 44 | 7 |
| Octal | 6 | 20 | 37 | 121 | 60 | 0 | 130 | 330 | 104 | 7 |
| Binary | 110 | 10000 | 11111 | 1010001 | 110000 | 0 | 1011000 | 11011000 | 1000100 | 111 |
Color Harmonies of #06101F
Complementary color
Monochromatic Colors of #06101F
Black with #06101F
Text Example
Text Example
White with #06101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06101F; }
p { color: rgb(6,16,31); }
H1.HeaderClassName
{
color: #06101F;
}
.AnyTagClassName
{
color: #06101F;
}
</style>
background-color css
<style>
a { background-color: #06101F; }
a { background-color: rgb(6,16,31); }
div.DivClassName
{
background-color: #06101F;
}
.BgClassName
{
background-color: #06101F;
}
</style>
border-color css
<style>
span { border-color: #06101F; }
span { border-color: rgb(6,16,31); }
td.TdClassName
{
border-color: #06101F;
}
.TagClassName
{
border-color: #06101F;
}
</style>