Shades of Black Pearl #06182F
Tints of Black Pearl #06182F
RGB
CMYK
RGB Variations
Color information
#06182F (or 0x06182F) is known color: Black Pearl. HEX triplet: 06, 18 and 2F. RGB value is (6,24,47). Sum of RGB (Red+Green+Blue) = 6+24+47=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 47 (18.75% from 255 or 61.04% from 77); Max value from RGB is 47 - color contains mainly: blue. Hex color #06182F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06182F is #F9E7D0. Grayscale: #151515. Windows color (decimal): -16377809 or 3086342. OLE color: 3086342.
HSL color Cylindrical-coordinate representation of color #06182F: hue angle of 213.66º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #06182F is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 24 | 47 | - |
| CMYK | 0.87 | 0.49 | 0 | 0.82 |
| HSL | 213.66º | 0.77% | 0.1% | - |
| HSV(B) | 213.66º | 0.87% | 0.18% | - |
| XYZ | 0.91 | 0.9 | 2.81 | - |
| YUV | 21.24 | 142.54 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 24 | 47 | 0.87 | 0.49 | 0 | 0.82 | 213.66 | 0.77 | 0.1 |
| Hex | 6 | 18 | 2F | 57 | 31 | 0 | 52 | D6 | 4D | A |
| Octal | 6 | 30 | 57 | 127 | 61 | 0 | 122 | 326 | 115 | 12 |
| Binary | 110 | 11000 | 101111 | 1010111 | 110001 | 0 | 1010010 | 11010110 | 1001101 | 1010 |
Color Harmonies of #06182F
Complementary color
Monochromatic Colors of #06182F
Black with #06182F
Text Example
Text Example
White with #06182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06182F; }
p { color: rgb(6,24,47); }
H1.HeaderClassName
{
color: #06182F;
}
.AnyTagClassName
{
color: #06182F;
}
</style>
background-color css
<style>
a { background-color: #06182F; }
a { background-color: rgb(6,24,47); }
div.DivClassName
{
background-color: #06182F;
}
.BgClassName
{
background-color: #06182F;
}
</style>
border-color css
<style>
span { border-color: #06182F; }
span { border-color: rgb(6,24,47); }
td.TdClassName
{
border-color: #06182F;
}
.TagClassName
{
border-color: #06182F;
}
</style>