Shades of Black Pearl #031125
Tints of Black Pearl #031125
RGB
CMYK
RGB Variations
Color information
#031125 (or 0x031125) is known color: Black Pearl. HEX triplet: 03, 11 and 25. RGB value is (3,17,37). Sum of RGB (Red+Green+Blue) = 3+17+37=57 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.26% from 57); Green value is 17 (7.03% from 255 or 29.82% from 57); Blue value is 37 (14.84% from 255 or 64.91% from 57); Max value from RGB is 37 - color contains mainly: blue. Hex color #031125 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031125 is #FCEEDA. Grayscale: #0F0F0F. Windows color (decimal): -16576219 or 2429187. OLE color: 2429187.
HSL color Cylindrical-coordinate representation of color #031125: hue angle of 215.29º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #031125 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 3 | 17 | 37 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.85 |
| HSL | 215.29º | 0.85% | 0.08% | - |
| HSV(B) | 215.29º | 0.92% | 0.15% | - |
| XYZ | 0.57 | 0.55 | 1.83 | - |
| YUV | 15.09 | 140.36 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 37 | 0.92 | 0.54 | 0 | 0.85 | 215.29 | 0.85 | 0.08 |
| Hex | 3 | 11 | 25 | 5C | 36 | 0 | 55 | D7 | 55 | 8 |
| Octal | 3 | 21 | 45 | 134 | 66 | 0 | 125 | 327 | 125 | 10 |
| Binary | 11 | 10001 | 100101 | 1011100 | 110110 | 0 | 1010101 | 11010111 | 1010101 | 1000 |
Color Harmonies of #031125
Complementary color
Monochromatic Colors of #031125
Black with #031125
Text Example
Text Example
White with #031125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031125; }
p { color: rgb(3,17,37); }
H1.HeaderClassName
{
color: #031125;
}
.AnyTagClassName
{
color: #031125;
}
</style>
background-color css
<style>
a { background-color: #031125; }
a { background-color: rgb(3,17,37); }
div.DivClassName
{
background-color: #031125;
}
.BgClassName
{
background-color: #031125;
}
</style>
border-color css
<style>
span { border-color: #031125; }
span { border-color: rgb(3,17,37); }
td.TdClassName
{
border-color: #031125;
}
.TagClassName
{
border-color: #031125;
}
</style>