Shades of Black Pearl #031C28
Tints of Black Pearl #031C28
RGB
CMYK
RGB Variations
Color information
#031C28 (or 0x031C28) is known color: Black Pearl. HEX triplet: 03, 1C and 28. RGB value is (3,28,40). Sum of RGB (Red+Green+Blue) = 3+28+40=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 28 (11.33% from 255 or 39.44% from 71); Blue value is 40 (16.02% from 255 or 56.34% from 71); Max value from RGB is 40 - color contains mainly: blue. Hex color #031C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C28 is #FCE3D7. Grayscale: #151515. Windows color (decimal): -16573400 or 2628611. OLE color: 2628611.
HSL color Cylindrical-coordinate representation of color #031C28: hue angle of 199.46º 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 #031C28 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 28 | 40 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.84 |
| HSL | 199.46º | 0.86% | 0.08% | - |
| HSV(B) | 199.46º | 0.93% | 0.16% | - |
| XYZ | 0.84 | 1 | 2.16 | - |
| YUV | 21.89 | 138.22 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 40 | 0.93 | 0.30 | 0 | 0.84 | 199.46 | 0.86 | 0.08 |
| Hex | 3 | 1C | 28 | 5D | 1E | 0 | 54 | C7 | 56 | 8 |
| Octal | 3 | 34 | 50 | 135 | 36 | 0 | 124 | 307 | 126 | 10 |
| Binary | 11 | 11100 | 101000 | 1011101 | 11110 | 0 | 1010100 | 11000111 | 1010110 | 1000 |
Color Harmonies of #031C28
Complementary color
Monochromatic Colors of #031C28
Black with #031C28
Text Example
Text Example
White with #031C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C28; }
p { color: rgb(3,28,40); }
H1.HeaderClassName
{
color: #031C28;
}
.AnyTagClassName
{
color: #031C28;
}
</style>
background-color css
<style>
a { background-color: #031C28; }
a { background-color: rgb(3,28,40); }
div.DivClassName
{
background-color: #031C28;
}
.BgClassName
{
background-color: #031C28;
}
</style>
border-color css
<style>
span { border-color: #031C28; }
span { border-color: rgb(3,28,40); }
td.TdClassName
{
border-color: #031C28;
}
.TagClassName
{
border-color: #031C28;
}
</style>