Shades of Black Pearl #031225
Tints of Black Pearl #031225
RGB
CMYK
RGB Variations
Color information
#031225 (or 0x031225) is known color: Black Pearl. HEX triplet: 03, 12 and 25. RGB value is (3,18,37). Sum of RGB (Red+Green+Blue) = 3+18+37=58 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.17% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 37 (14.84% from 255 or 63.79% from 58); Max value from RGB is 37 - color contains mainly: blue. Hex color #031225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031225 is #FCEDDA. Grayscale: #0F0F0F. Windows color (decimal): -16575963 or 2429443. OLE color: 2429443.
HSL color Cylindrical-coordinate representation of color #031225: hue angle of 213.53º 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 #031225 is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 3 | 18 | 37 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.85 |
| HSL | 213.53º | 0.85% | 0.08% | - |
| HSV(B) | 213.53º | 0.92% | 0.15% | - |
| XYZ | 0.59 | 0.59 | 1.83 | - |
| YUV | 15.68 | 140.03 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 37 | 0.92 | 0.51 | 0 | 0.85 | 213.53 | 0.85 | 0.08 |
| Hex | 3 | 12 | 25 | 5C | 33 | 0 | 55 | D6 | 55 | 8 |
| Octal | 3 | 22 | 45 | 134 | 63 | 0 | 125 | 326 | 125 | 10 |
| Binary | 11 | 10010 | 100101 | 1011100 | 110011 | 0 | 1010101 | 11010110 | 1010101 | 1000 |
Color Harmonies of #031225
Complementary color
Monochromatic Colors of #031225
Black with #031225
Text Example
Text Example
White with #031225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031225; }
p { color: rgb(3,18,37); }
H1.HeaderClassName
{
color: #031225;
}
.AnyTagClassName
{
color: #031225;
}
</style>
background-color css
<style>
a { background-color: #031225; }
a { background-color: rgb(3,18,37); }
div.DivClassName
{
background-color: #031225;
}
.BgClassName
{
background-color: #031225;
}
</style>
border-color css
<style>
span { border-color: #031225; }
span { border-color: rgb(3,18,37); }
td.TdClassName
{
border-color: #031225;
}
.TagClassName
{
border-color: #031225;
}
</style>