Shades of Black Pearl #032025
Tints of Black Pearl #032025
RGB
CMYK
RGB Variations
Color information
#032025 (or 0x032025) is known color: Black Pearl. HEX triplet: 03, 20 and 25. RGB value is (3,32,37). Sum of RGB (Red+Green+Blue) = 3+32+37=72 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.17% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 37 (14.84% from 255 or 51.39% from 72); Max value from RGB is 37 - color contains mainly: blue. Hex color #032025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032025 is #FCDFDA. Grayscale: #171717. Windows color (decimal): -16572379 or 2433027. OLE color: 2433027.
HSL color Cylindrical-coordinate representation of color #032025: hue angle of 188.82º 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 #032025 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 3 | 32 | 37 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.85 |
| HSL | 188.82º | 0.85% | 0.08% | - |
| HSV(B) | 188.82º | 0.92% | 0.15% | - |
| XYZ | 0.89 | 1.19 | 1.93 | - |
| YUV | 23.9 | 135.39 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 37 | 0.92 | 0.14 | 0 | 0.85 | 188.82 | 0.85 | 0.08 |
| Hex | 3 | 20 | 25 | 5C | E | 0 | 55 | BD | 55 | 8 |
| Octal | 3 | 40 | 45 | 134 | 16 | 0 | 125 | 275 | 125 | 10 |
| Binary | 11 | 100000 | 100101 | 1011100 | 1110 | 0 | 1010101 | 10111101 | 1010101 | 1000 |
Color Harmonies of #032025
Complementary color
Monochromatic Colors of #032025
Black with #032025
Text Example
Text Example
White with #032025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032025; }
p { color: rgb(3,32,37); }
H1.HeaderClassName
{
color: #032025;
}
.AnyTagClassName
{
color: #032025;
}
</style>
background-color css
<style>
a { background-color: #032025; }
a { background-color: rgb(3,32,37); }
div.DivClassName
{
background-color: #032025;
}
.BgClassName
{
background-color: #032025;
}
</style>
border-color css
<style>
span { border-color: #032025; }
span { border-color: rgb(3,32,37); }
td.TdClassName
{
border-color: #032025;
}
.TagClassName
{
border-color: #032025;
}
</style>