Shades of Black Pearl #031C32
Tints of Black Pearl #031C32
RGB
CMYK
RGB Variations
Color information
#031C32 (or 0x031C32) is known color: Black Pearl. HEX triplet: 03, 1C and 32. RGB value is (3,28,50). Sum of RGB (Red+Green+Blue) = 3+28+50=81 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.70% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 50 (19.92% from 255 or 61.73% from 81); Max value from RGB is 50 - color contains mainly: blue. Hex color #031C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C32 is #FCE3CD. Grayscale: #161616. Windows color (decimal): -16573390 or 3283971. OLE color: 3283971.
HSL color Cylindrical-coordinate representation of color #031C32: hue angle of 208.09º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031C32 is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 28 | 50 | - |
| CMYK | 0.94 | 0.44 | 0 | 0.80 |
| HSL | 208.09º | 0.89% | 0.1% | - |
| HSV(B) | 208.09º | 0.94% | 0.2% | - |
| XYZ | 1.03 | 1.08 | 3.17 | - |
| YUV | 23.03 | 143.22 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 50 | 0.94 | 0.44 | 0 | 0.80 | 208.09 | 0.89 | 0.1 |
| Hex | 3 | 1C | 32 | 5E | 2C | 0 | 50 | D0 | 59 | A |
| Octal | 3 | 34 | 62 | 136 | 54 | 0 | 120 | 320 | 131 | 12 |
| Binary | 11 | 11100 | 110010 | 1011110 | 101100 | 0 | 1010000 | 11010000 | 1011001 | 1010 |
Color Harmonies of #031C32
Complementary color
Monochromatic Colors of #031C32
Black with #031C32
Text Example
Text Example
White with #031C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C32; }
p { color: rgb(3,28,50); }
H1.HeaderClassName
{
color: #031C32;
}
.AnyTagClassName
{
color: #031C32;
}
</style>
background-color css
<style>
a { background-color: #031C32; }
a { background-color: rgb(3,28,50); }
div.DivClassName
{
background-color: #031C32;
}
.BgClassName
{
background-color: #031C32;
}
</style>
border-color css
<style>
span { border-color: #031C32; }
span { border-color: rgb(3,28,50); }
td.TdClassName
{
border-color: #031C32;
}
.TagClassName
{
border-color: #031C32;
}
</style>