Shades of Black Pearl #031C35
Tints of Black Pearl #031C35
RGB
CMYK
RGB Variations
Color information
#031C35 (or 0x031C35) is known color: Black Pearl. HEX triplet: 03, 1C and 35. RGB value is (3,28,53). Sum of RGB (Red+Green+Blue) = 3+28+53=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 28 (11.33% from 255 or 33.33% from 84); Blue value is 53 (21.09% from 255 or 63.10% from 84); Max value from RGB is 53 - color contains mainly: blue. Hex color #031C35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C35 is #FCE3CA. Grayscale: #171717. Windows color (decimal): -16573387 or 3480579. OLE color: 3480579.
HSL color Cylindrical-coordinate representation of color #031C35: hue angle of 210º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031C35 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 28 | 53 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.79 |
| HSL | 210º | 0.89% | 0.11% | - |
| HSV(B) | 210º | 0.94% | 0.21% | - |
| XYZ | 1.1 | 1.11 | 3.52 | - |
| YUV | 23.38 | 144.72 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 53 | 0.94 | 0.47 | 0 | 0.79 | 210 | 0.89 | 0.11 |
| Hex | 3 | 1C | 35 | 5E | 2F | 0 | 4F | D2 | 59 | B |
| Octal | 3 | 34 | 65 | 136 | 57 | 0 | 117 | 322 | 131 | 13 |
| Binary | 11 | 11100 | 110101 | 1011110 | 101111 | 0 | 1001111 | 11010010 | 1011001 | 1011 |
Color Harmonies of #031C35
Complementary color
Monochromatic Colors of #031C35
Black with #031C35
Text Example
Text Example
White with #031C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C35; }
p { color: rgb(3,28,53); }
H1.HeaderClassName
{
color: #031C35;
}
.AnyTagClassName
{
color: #031C35;
}
</style>
background-color css
<style>
a { background-color: #031C35; }
a { background-color: rgb(3,28,53); }
div.DivClassName
{
background-color: #031C35;
}
.BgClassName
{
background-color: #031C35;
}
</style>
border-color css
<style>
span { border-color: #031C35; }
span { border-color: rgb(3,28,53); }
td.TdClassName
{
border-color: #031C35;
}
.TagClassName
{
border-color: #031C35;
}
</style>