Shades of Black Pearl #02252A
Tints of Black Pearl #02252A
RGB
CMYK
RGB Variations
Color information
#02252A (or 0x02252A) is known color: Black Pearl. HEX triplet: 02, 25 and 2A. RGB value is (2,37,42). Sum of RGB (Red+Green+Blue) = 2+37+42=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 37 (14.84% from 255 or 45.68% from 81); Blue value is 42 (16.80% from 255 or 51.85% from 81); Max value from RGB is 42 - color contains mainly: blue. Hex color #02252A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02252A is #FDDAD5. Grayscale: #1B1B1B. Windows color (decimal): -16636630 or 2761986. OLE color: 2761986.
HSL color Cylindrical-coordinate representation of color #02252A: hue angle of 187.5º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02252A is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 37 | 42 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.84 |
| HSL | 187.5º | 0.91% | 0.09% | - |
| HSV(B) | 187.5º | 0.95% | 0.16% | - |
| XYZ | 1.1 | 1.5 | 2.42 | - |
| YUV | 27.11 | 136.4 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 42 | 0.95 | 0.12 | 0 | 0.84 | 187.5 | 0.91 | 0.09 |
| Hex | 2 | 25 | 2A | 5F | C | 0 | 54 | BC | 5B | 9 |
| Octal | 2 | 45 | 52 | 137 | 14 | 0 | 124 | 274 | 133 | 11 |
| Binary | 10 | 100101 | 101010 | 1011111 | 1100 | 0 | 1010100 | 10111100 | 1011011 | 1001 |
Color Harmonies of #02252A
Complementary color
Monochromatic Colors of #02252A
Black with #02252A
Text Example
Text Example
White with #02252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02252A; }
p { color: rgb(2,37,42); }
H1.HeaderClassName
{
color: #02252A;
}
.AnyTagClassName
{
color: #02252A;
}
</style>
background-color css
<style>
a { background-color: #02252A; }
a { background-color: rgb(2,37,42); }
div.DivClassName
{
background-color: #02252A;
}
.BgClassName
{
background-color: #02252A;
}
</style>
border-color css
<style>
span { border-color: #02252A; }
span { border-color: rgb(2,37,42); }
td.TdClassName
{
border-color: #02252A;
}
.TagClassName
{
border-color: #02252A;
}
</style>