Shades of Black Pearl #031C36
Tints of Black Pearl #031C36
RGB
CMYK
RGB Variations
Color information
#031C36 (or 0x031C36) is known color: Black Pearl. HEX triplet: 03, 1C and 36. RGB value is (3,28,54). Sum of RGB (Red+Green+Blue) = 3+28+54=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 28 (11.33% from 255 or 32.94% from 85); Blue value is 54 (21.48% from 255 or 63.53% from 85); Max value from RGB is 54 - color contains mainly: blue. Hex color #031C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C36 is #FCE3C9. Grayscale: #171717. Windows color (decimal): -16573386 or 3546115. OLE color: 3546115.
HSL color Cylindrical-coordinate representation of color #031C36: hue angle of 210.59º 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 #031C36 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 28 | 54 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.79 |
| HSL | 210.59º | 0.89% | 0.11% | - |
| HSV(B) | 210.59º | 0.94% | 0.21% | - |
| XYZ | 1.12 | 1.12 | 3.65 | - |
| YUV | 23.49 | 145.22 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 54 | 0.94 | 0.48 | 0 | 0.79 | 210.59 | 0.89 | 0.11 |
| Hex | 3 | 1C | 36 | 5E | 30 | 0 | 4F | D3 | 59 | B |
| Octal | 3 | 34 | 66 | 136 | 60 | 0 | 117 | 323 | 131 | 13 |
| Binary | 11 | 11100 | 110110 | 1011110 | 110000 | 0 | 1001111 | 11010011 | 1011001 | 1011 |
Color Harmonies of #031C36
Complementary color
Monochromatic Colors of #031C36
Black with #031C36
Text Example
Text Example
White with #031C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C36; }
p { color: rgb(3,28,54); }
H1.HeaderClassName
{
color: #031C36;
}
.AnyTagClassName
{
color: #031C36;
}
</style>
background-color css
<style>
a { background-color: #031C36; }
a { background-color: rgb(3,28,54); }
div.DivClassName
{
background-color: #031C36;
}
.BgClassName
{
background-color: #031C36;
}
</style>
border-color css
<style>
span { border-color: #031C36; }
span { border-color: rgb(3,28,54); }
td.TdClassName
{
border-color: #031C36;
}
.TagClassName
{
border-color: #031C36;
}
</style>