Shades of Black Pearl #031618
Tints of Black Pearl #031618
RGB
CMYK
RGB Variations
Color information
#031618 (or 0x031618) is known color: Black Pearl. HEX triplet: 03, 16 and 18. RGB value is (3,22,24). Sum of RGB (Red+Green+Blue) = 3+22+24=49 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.12% from 49); Green value is 22 (8.98% from 255 or 44.90% from 49); Blue value is 24 (9.77% from 255 or 48.98% from 49); Max value from RGB is 24 - color contains mainly: blue. Hex color #031618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031618 is #FCE9E7. Grayscale: #101010. Windows color (decimal): -16574952 or 1578499. OLE color: 1578499.
HSL color Cylindrical-coordinate representation of color #031618: hue angle of 185.71º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031618 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 3 | 22 | 24 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.91 |
| HSL | 185.71º | 0.78% | 0.05% | - |
| HSV(B) | 185.71º | 0.88% | 0.09% | - |
| XYZ | 0.49 | 0.66 | 0.97 | - |
| YUV | 16.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 24 | 0.88 | 0.08 | 0 | 0.91 | 185.71 | 0.78 | 0.05 |
| Hex | 3 | 16 | 18 | 58 | 8 | 0 | 5B | BA | 4E | 5 |
| Octal | 3 | 26 | 30 | 130 | 10 | 0 | 133 | 272 | 116 | 5 |
| Binary | 11 | 10110 | 11000 | 1011000 | 1000 | 0 | 1011011 | 10111010 | 1001110 | 101 |
Color Harmonies of #031618
Complementary color
Monochromatic Colors of #031618
Black with #031618
Text Example
Text Example
White with #031618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031618; }
p { color: rgb(3,22,24); }
H1.HeaderClassName
{
color: #031618;
}
.AnyTagClassName
{
color: #031618;
}
</style>
background-color css
<style>
a { background-color: #031618; }
a { background-color: rgb(3,22,24); }
div.DivClassName
{
background-color: #031618;
}
.BgClassName
{
background-color: #031618;
}
</style>
border-color css
<style>
span { border-color: #031618; }
span { border-color: rgb(3,22,24); }
td.TdClassName
{
border-color: #031618;
}
.TagClassName
{
border-color: #031618;
}
</style>