Shades of Black Pearl #06181C
Tints of Black Pearl #06181C
RGB
CMYK
RGB Variations
Color information
#06181C (or 0x06181C) is known color: Black Pearl. HEX triplet: 06, 18 and 1C. RGB value is (6,24,28). Sum of RGB (Red+Green+Blue) = 6+24+28=58 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.34% from 58); Green value is 24 (9.77% from 255 or 41.38% from 58); Blue value is 28 (11.33% from 255 or 48.28% from 58); Max value from RGB is 28 - color contains mainly: blue. Hex color #06181C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06181C is #F9E7E3. Grayscale: #131313. Windows color (decimal): -16377828 or 1841158. OLE color: 1841158.
HSL color Cylindrical-coordinate representation of color #06181C: hue angle of 190.91º degrees, saturation: 0.65, 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 #06181C is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 6 | 24 | 28 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.89 |
| HSL | 190.91º | 0.65% | 0.07% | - |
| HSV(B) | 190.91º | 0.79% | 0.11% | - |
| XYZ | 0.61 | 0.78 | 1.22 | - |
| YUV | 19.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 24 | 28 | 0.79 | 0.14 | 0 | 0.89 | 190.91 | 0.65 | 0.07 |
| Hex | 6 | 18 | 1C | 4F | E | 0 | 59 | BF | 41 | 7 |
| Octal | 6 | 30 | 34 | 117 | 16 | 0 | 131 | 277 | 101 | 7 |
| Binary | 110 | 11000 | 11100 | 1001111 | 1110 | 0 | 1011001 | 10111111 | 1000001 | 111 |
Color Harmonies of #06181C
Complementary color
Monochromatic Colors of #06181C
Black with #06181C
Text Example
Text Example
White with #06181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06181C; }
p { color: rgb(6,24,28); }
H1.HeaderClassName
{
color: #06181C;
}
.AnyTagClassName
{
color: #06181C;
}
</style>
background-color css
<style>
a { background-color: #06181C; }
a { background-color: rgb(6,24,28); }
div.DivClassName
{
background-color: #06181C;
}
.BgClassName
{
background-color: #06181C;
}
</style>
border-color css
<style>
span { border-color: #06181C; }
span { border-color: rgb(6,24,28); }
td.TdClassName
{
border-color: #06181C;
}
.TagClassName
{
border-color: #06181C;
}
</style>