Shades of Black Pearl #06181D
Tints of Black Pearl #06181D
RGB
CMYK
RGB Variations
Color information
#06181D (or 0x06181D) is known color: Black Pearl. HEX triplet: 06, 18 and 1D. RGB value is (6,24,29). Sum of RGB (Red+Green+Blue) = 6+24+29=59 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.17% from 59); Green value is 24 (9.77% from 255 or 40.68% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 29 - color contains mainly: blue. Hex color #06181D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06181D is #F9E7E2. Grayscale: #131313. Windows color (decimal): -16377827 or 1906694. OLE color: 1906694.
HSL color Cylindrical-coordinate representation of color #06181D: hue angle of 193.04º 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 #06181D is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 6 | 24 | 29 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.89 |
| HSL | 193.04º | 0.66% | 0.07% | - |
| HSV(B) | 193.04º | 0.79% | 0.11% | - |
| XYZ | 0.62 | 0.78 | 1.28 | - |
| YUV | 19.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 24 | 29 | 0.79 | 0.17 | 0 | 0.89 | 193.04 | 0.66 | 0.07 |
| Hex | 6 | 18 | 1D | 4F | 11 | 0 | 59 | C1 | 42 | 7 |
| Octal | 6 | 30 | 35 | 117 | 21 | 0 | 131 | 301 | 102 | 7 |
| Binary | 110 | 11000 | 11101 | 1001111 | 10001 | 0 | 1011001 | 11000001 | 1000010 | 111 |
Color Harmonies of #06181D
Complementary color
Monochromatic Colors of #06181D
Black with #06181D
Text Example
Text Example
White with #06181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06181D; }
p { color: rgb(6,24,29); }
H1.HeaderClassName
{
color: #06181D;
}
.AnyTagClassName
{
color: #06181D;
}
</style>
background-color css
<style>
a { background-color: #06181D; }
a { background-color: rgb(6,24,29); }
div.DivClassName
{
background-color: #06181D;
}
.BgClassName
{
background-color: #06181D;
}
</style>
border-color css
<style>
span { border-color: #06181D; }
span { border-color: rgb(6,24,29); }
td.TdClassName
{
border-color: #06181D;
}
.TagClassName
{
border-color: #06181D;
}
</style>