Shades of Black Pearl #06181B
Tints of Black Pearl #06181B
RGB
CMYK
RGB Variations
Color information
#06181B (or 0x06181B) is known color: Black Pearl. HEX triplet: 06, 18 and 1B. RGB value is (6,24,27). Sum of RGB (Red+Green+Blue) = 6+24+27=57 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.53% from 57); Green value is 24 (9.77% from 255 or 42.11% from 57); Blue value is 27 (10.94% from 255 or 47.37% from 57); Max value from RGB is 27 - color contains mainly: blue. Hex color #06181B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06181B is #F9E7E4. Grayscale: #121212. Windows color (decimal): -16377829 or 1775622. OLE color: 1775622.
HSL color Cylindrical-coordinate representation of color #06181B: hue angle of 188.57º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #06181B is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
RGB | 6 | 24 | 27 | - |
CMYK | 0.78 | 0.11 | 0 | 0.89 |
HSL | 188.57º | 0.64% | 0.06% | - |
HSV(B) | 188.57º | 0.78% | 0.11% | - |
XYZ | 0.6 | 0.77 | 1.15 | - |
YUV | 18.96 | 132.54 | 118.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 24 | 27 | 0.78 | 0.11 | 0 | 0.89 | 188.57 | 0.64 | 0.06 |
Hex | 6 | 18 | 1B | 4E | B | 0 | 59 | BD | 40 | 6 |
Octal | 6 | 30 | 33 | 116 | 13 | 0 | 131 | 275 | 100 | 6 |
Binary | 110 | 11000 | 11011 | 1001110 | 1011 | 0 | 1011001 | 10111101 | 1000000 | 110 |
Color Harmonies of #06181B
Complementary color
Monochromatic Colors of #06181B
Black with #06181B
Text Example
Text Example
White with #06181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06181B; }
p { color: rgb(6,24,27); }
H1.HeaderClassName
{
color: #06181B;
}
.AnyTagClassName
{
color: #06181B;
}
</style>
background-color css
<style>
a { background-color: #06181B; }
a { background-color: rgb(6,24,27); }
div.DivClassName
{
background-color: #06181B;
}
.BgClassName
{
background-color: #06181B;
}
</style>
border-color css
<style>
span { border-color: #06181B; }
span { border-color: rgb(6,24,27); }
td.TdClassName
{
border-color: #06181B;
}
.TagClassName
{
border-color: #06181B;
}
</style>