Shades of Black Pearl #031828
Tints of Black Pearl #031828
RGB
CMYK
RGB Variations
Color information
#031828 (or 0x031828) is known color: Black Pearl. HEX triplet: 03, 18 and 28. RGB value is (3,24,40). Sum of RGB (Red+Green+Blue) = 3+24+40=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 24 (9.77% from 255 or 35.82% from 67); Blue value is 40 (16.02% from 255 or 59.70% from 67); Max value from RGB is 40 - color contains mainly: blue. Hex color #031828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031828 is #FCE7D7. Grayscale: #131313. Windows color (decimal): -16574424 or 2627587. OLE color: 2627587.
HSL color Cylindrical-coordinate representation of color #031828: hue angle of 205.95º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #031828 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 24 | 40 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.84 |
| HSL | 205.95º | 0.86% | 0.08% | - |
| HSV(B) | 205.95º | 0.93% | 0.16% | - |
| XYZ | 0.75 | 0.83 | 2.13 | - |
| YUV | 19.55 | 139.54 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 24 | 40 | 0.93 | 0.40 | 0 | 0.84 | 205.95 | 0.86 | 0.08 |
| Hex | 3 | 18 | 28 | 5D | 28 | 0 | 54 | CE | 56 | 8 |
| Octal | 3 | 30 | 50 | 135 | 50 | 0 | 124 | 316 | 126 | 10 |
| Binary | 11 | 11000 | 101000 | 1011101 | 101000 | 0 | 1010100 | 11001110 | 1010110 | 1000 |
Color Harmonies of #031828
Complementary color
Monochromatic Colors of #031828
Black with #031828
Text Example
Text Example
White with #031828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031828; }
p { color: rgb(3,24,40); }
H1.HeaderClassName
{
color: #031828;
}
.AnyTagClassName
{
color: #031828;
}
</style>
background-color css
<style>
a { background-color: #031828; }
a { background-color: rgb(3,24,40); }
div.DivClassName
{
background-color: #031828;
}
.BgClassName
{
background-color: #031828;
}
</style>
border-color css
<style>
span { border-color: #031828; }
span { border-color: rgb(3,24,40); }
td.TdClassName
{
border-color: #031828;
}
.TagClassName
{
border-color: #031828;
}
</style>