Shades of Black Pearl #031924
Tints of Black Pearl #031924
RGB
CMYK
RGB Variations
Color information
#031924 (or 0x031924) is known color: Black Pearl. HEX triplet: 03, 19 and 24. RGB value is (3,25,36). Sum of RGB (Red+Green+Blue) = 3+25+36=64 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.69% from 64); Green value is 25 (10.16% from 255 or 39.06% from 64); Blue value is 36 (14.45% from 255 or 56.25% from 64); Max value from RGB is 36 - color contains mainly: blue. Hex color #031924 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031924 is #FCE6DB. Grayscale: #131313. Windows color (decimal): -16574172 or 2365699. OLE color: 2365699.
HSL color Cylindrical-coordinate representation of color #031924: hue angle of 200º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #031924 is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 3 | 25 | 36 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.86 |
| HSL | 200º | 0.85% | 0.08% | - |
| HSV(B) | 200º | 0.92% | 0.14% | - |
| XYZ | 0.7 | 0.84 | 1.79 | - |
| YUV | 19.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 36 | 0.92 | 0.31 | 0 | 0.86 | 200 | 0.85 | 0.08 |
| Hex | 3 | 19 | 24 | 5C | 1F | 0 | 56 | C8 | 55 | 8 |
| Octal | 3 | 31 | 44 | 134 | 37 | 0 | 126 | 310 | 125 | 10 |
| Binary | 11 | 11001 | 100100 | 1011100 | 11111 | 0 | 1010110 | 11001000 | 1010101 | 1000 |
Color Harmonies of #031924
Complementary color
Monochromatic Colors of #031924
Black with #031924
Text Example
Text Example
White with #031924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031924; }
p { color: rgb(3,25,36); }
H1.HeaderClassName
{
color: #031924;
}
.AnyTagClassName
{
color: #031924;
}
</style>
background-color css
<style>
a { background-color: #031924; }
a { background-color: rgb(3,25,36); }
div.DivClassName
{
background-color: #031924;
}
.BgClassName
{
background-color: #031924;
}
</style>
border-color css
<style>
span { border-color: #031924; }
span { border-color: rgb(3,25,36); }
td.TdClassName
{
border-color: #031924;
}
.TagClassName
{
border-color: #031924;
}
</style>