Shades of Black Pearl #031C21
Tints of Black Pearl #031C21
RGB
CMYK
RGB Variations
Color information
#031C21 (or 0x031C21) is known color: Black Pearl. HEX triplet: 03, 1C and 21. RGB value is (3,28,33). Sum of RGB (Red+Green+Blue) = 3+28+33=64 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.69% from 64); Green value is 28 (11.33% from 255 or 43.75% from 64); Blue value is 33 (13.28% from 255 or 51.56% from 64); Max value from RGB is 33 - color contains mainly: blue. Hex color #031C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C21 is #FCE3DE. Grayscale: #151515. Windows color (decimal): -16573407 or 2169859. OLE color: 2169859.
HSL color Cylindrical-coordinate representation of color #031C21: hue angle of 190º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #031C21 is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 28 | 33 | - |
| CMYK | 0.91 | 0.15 | 0 | 0.87 |
| HSL | 190º | 0.83% | 0.07% | - |
| HSV(B) | 190º | 0.91% | 0.13% | - |
| XYZ | 0.73 | 0.96 | 1.59 | - |
| YUV | 21.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 33 | 0.91 | 0.15 | 0 | 0.87 | 190 | 0.83 | 0.07 |
| Hex | 3 | 1C | 21 | 5B | F | 0 | 57 | BE | 53 | 7 |
| Octal | 3 | 34 | 41 | 133 | 17 | 0 | 127 | 276 | 123 | 7 |
| Binary | 11 | 11100 | 100001 | 1011011 | 1111 | 0 | 1010111 | 10111110 | 1010011 | 111 |
Color Harmonies of #031C21
Complementary color
Monochromatic Colors of #031C21
Black with #031C21
Text Example
Text Example
White with #031C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C21; }
p { color: rgb(3,28,33); }
H1.HeaderClassName
{
color: #031C21;
}
.AnyTagClassName
{
color: #031C21;
}
</style>
background-color css
<style>
a { background-color: #031C21; }
a { background-color: rgb(3,28,33); }
div.DivClassName
{
background-color: #031C21;
}
.BgClassName
{
background-color: #031C21;
}
</style>
border-color css
<style>
span { border-color: #031C21; }
span { border-color: rgb(3,28,33); }
td.TdClassName
{
border-color: #031C21;
}
.TagClassName
{
border-color: #031C21;
}
</style>