Shades of Black Pearl #06182D
Tints of Black Pearl #06182D
RGB
CMYK
RGB Variations
Color information
#06182D (or 0x06182D) is known color: Black Pearl. HEX triplet: 06, 18 and 2D. RGB value is (6,24,45). Sum of RGB (Red+Green+Blue) = 6+24+45=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 45 (17.97% from 255 or 60% from 75); Max value from RGB is 45 - color contains mainly: blue. Hex color #06182D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06182D is #F9E7D2. Grayscale: #141414. Windows color (decimal): -16377811 or 2955270. OLE color: 2955270.
HSL color Cylindrical-coordinate representation of color #06182D: hue angle of 212.31º degrees, saturation: 0.76, 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 #06182D is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 24 | 45 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.82 |
| HSL | 212.31º | 0.76% | 0.1% | - |
| HSV(B) | 212.31º | 0.87% | 0.18% | - |
| XYZ | 0.88 | 0.88 | 2.61 | - |
| YUV | 21.01 | 141.54 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 24 | 45 | 0.87 | 0.47 | 0 | 0.82 | 212.31 | 0.76 | 0.1 |
| Hex | 6 | 18 | 2D | 57 | 2F | 0 | 52 | D4 | 4C | A |
| Octal | 6 | 30 | 55 | 127 | 57 | 0 | 122 | 324 | 114 | 12 |
| Binary | 110 | 11000 | 101101 | 1010111 | 101111 | 0 | 1010010 | 11010100 | 1001100 | 1010 |
Color Harmonies of #06182D
Complementary color
Monochromatic Colors of #06182D
Black with #06182D
Text Example
Text Example
White with #06182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06182D; }
p { color: rgb(6,24,45); }
H1.HeaderClassName
{
color: #06182D;
}
.AnyTagClassName
{
color: #06182D;
}
</style>
background-color css
<style>
a { background-color: #06182D; }
a { background-color: rgb(6,24,45); }
div.DivClassName
{
background-color: #06182D;
}
.BgClassName
{
background-color: #06182D;
}
</style>
border-color css
<style>
span { border-color: #06182D; }
span { border-color: rgb(6,24,45); }
td.TdClassName
{
border-color: #06182D;
}
.TagClassName
{
border-color: #06182D;
}
</style>