Shades of Black Pearl #031218
Tints of Black Pearl #031218
RGB
CMYK
RGB Variations
Color information
#031218 (or 0x031218) is known color: Black Pearl. HEX triplet: 03, 12 and 18. RGB value is (3,18,24). Sum of RGB (Red+Green+Blue) = 3+18+24=45 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.67% from 45); Green value is 18 (7.42% from 255 or 40% from 45); Blue value is 24 (9.77% from 255 or 53.33% from 45); Max value from RGB is 24 - color contains mainly: blue. Hex color #031218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031218 is #FCEDE7. Grayscale: #0E0E0E. Windows color (decimal): -16575976 or 1577475. OLE color: 1577475.
HSL color Cylindrical-coordinate representation of color #031218: hue angle of 197.14º 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 #031218 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
RGB | 3 | 18 | 24 | - |
CMYK | 0.88 | 0.25 | 0 | 0.91 |
HSL | 197.14º | 0.78% | 0.05% | - |
HSV(B) | 197.14º | 0.88% | 0.09% | - |
XYZ | 0.42 | 0.52 | 0.94 | - |
YUV | 14.2 | 133.53 | 120.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 3 | 18 | 24 | 0.88 | 0.25 | 0 | 0.91 | 197.14 | 0.78 | 0.05 |
Hex | 3 | 12 | 18 | 58 | 19 | 0 | 5B | C5 | 4E | 5 |
Octal | 3 | 22 | 30 | 130 | 31 | 0 | 133 | 305 | 116 | 5 |
Binary | 11 | 10010 | 11000 | 1011000 | 11001 | 0 | 1011011 | 11000101 | 1001110 | 101 |
Color Harmonies of #031218
Complementary color
Monochromatic Colors of #031218
Black with #031218
Text Example
Text Example
White with #031218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031218; }
p { color: rgb(3,18,24); }
H1.HeaderClassName
{
color: #031218;
}
.AnyTagClassName
{
color: #031218;
}
</style>
background-color css
<style>
a { background-color: #031218; }
a { background-color: rgb(3,18,24); }
div.DivClassName
{
background-color: #031218;
}
.BgClassName
{
background-color: #031218;
}
</style>
border-color css
<style>
span { border-color: #031218; }
span { border-color: rgb(3,18,24); }
td.TdClassName
{
border-color: #031218;
}
.TagClassName
{
border-color: #031218;
}
</style>