Shades of Black Pearl #031F36
Tints of Black Pearl #031F36
RGB
CMYK
RGB Variations
Color information
#031F36 (or 0x031F36) is known color: Black Pearl. HEX triplet: 03, 1F and 36. RGB value is (3,31,54). Sum of RGB (Red+Green+Blue) = 3+31+54=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 54 (21.48% from 255 or 61.36% from 88); Max value from RGB is 54 - color contains mainly: blue. Hex color #031F36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F36 is #FCE0C9. Grayscale: #191919. Windows color (decimal): -16572618 or 3546883. OLE color: 3546883.
HSL color Cylindrical-coordinate representation of color #031F36: hue angle of 207.06º 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 #031F36 is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 31 | 54 | - |
| CMYK | 0.94 | 0.43 | 0 | 0.79 |
| HSL | 207.06º | 0.89% | 0.11% | - |
| HSV(B) | 207.06º | 0.94% | 0.21% | - |
| XYZ | 1.19 | 1.27 | 3.67 | - |
| YUV | 25.25 | 144.22 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 54 | 0.94 | 0.43 | 0 | 0.79 | 207.06 | 0.89 | 0.11 |
| Hex | 3 | 1F | 36 | 5E | 2B | 0 | 4F | CF | 59 | B |
| Octal | 3 | 37 | 66 | 136 | 53 | 0 | 117 | 317 | 131 | 13 |
| Binary | 11 | 11111 | 110110 | 1011110 | 101011 | 0 | 1001111 | 11001111 | 1011001 | 1011 |
Color Harmonies of #031F36
Complementary color
Monochromatic Colors of #031F36
Black with #031F36
Text Example
Text Example
White with #031F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031F36; }
p { color: rgb(3,31,54); }
H1.HeaderClassName
{
color: #031F36;
}
.AnyTagClassName
{
color: #031F36;
}
</style>
background-color css
<style>
a { background-color: #031F36; }
a { background-color: rgb(3,31,54); }
div.DivClassName
{
background-color: #031F36;
}
.BgClassName
{
background-color: #031F36;
}
</style>
border-color css
<style>
span { border-color: #031F36; }
span { border-color: rgb(3,31,54); }
td.TdClassName
{
border-color: #031F36;
}
.TagClassName
{
border-color: #031F36;
}
</style>