Shades of Black Pearl #06131D
Tints of Black Pearl #06131D
RGB
CMYK
RGB Variations
Color information
#06131D (or 0x06131D) is known color: Black Pearl. HEX triplet: 06, 13 and 1D. RGB value is (6,19,29). Sum of RGB (Red+Green+Blue) = 6+19+29=54 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.11% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 29 (11.72% from 255 or 53.70% from 54); Max value from RGB is 29 - color contains mainly: blue. Hex color #06131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06131D is #F9ECE2. Grayscale: #101010. Windows color (decimal): -16379107 or 1905414. OLE color: 1905414.
HSL color Cylindrical-coordinate representation of color #06131D: hue angle of 206.09º degrees, saturation: 0.66, 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 #06131D is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 6 | 19 | 29 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.89 |
| HSL | 206.09º | 0.66% | 0.07% | - |
| HSV(B) | 206.09º | 0.79% | 0.11% | - |
| XYZ | 0.53 | 0.59 | 1.25 | - |
| YUV | 16.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 29 | 0.79 | 0.34 | 0 | 0.89 | 206.09 | 0.66 | 0.07 |
| Hex | 6 | 13 | 1D | 4F | 22 | 0 | 59 | CE | 42 | 7 |
| Octal | 6 | 23 | 35 | 117 | 42 | 0 | 131 | 316 | 102 | 7 |
| Binary | 110 | 10011 | 11101 | 1001111 | 100010 | 0 | 1011001 | 11001110 | 1000010 | 111 |
Color Harmonies of #06131D
Complementary color
Monochromatic Colors of #06131D
Black with #06131D
Text Example
Text Example
White with #06131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06131D; }
p { color: rgb(6,19,29); }
H1.HeaderClassName
{
color: #06131D;
}
.AnyTagClassName
{
color: #06131D;
}
</style>
background-color css
<style>
a { background-color: #06131D; }
a { background-color: rgb(6,19,29); }
div.DivClassName
{
background-color: #06131D;
}
.BgClassName
{
background-color: #06131D;
}
</style>
border-color css
<style>
span { border-color: #06131D; }
span { border-color: rgb(6,19,29); }
td.TdClassName
{
border-color: #06131D;
}
.TagClassName
{
border-color: #06131D;
}
</style>