Shades of Black Pearl #02242A
Tints of Black Pearl #02242A
RGB
CMYK
RGB Variations
Color information
#02242A (or 0x02242A) is known color: Black Pearl. HEX triplet: 02, 24 and 2A. RGB value is (2,36,42). Sum of RGB (Red+Green+Blue) = 2+36+42=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 36 (14.45% from 255 or 45% from 80); Blue value is 42 (16.80% from 255 or 52.5% from 80); Max value from RGB is 42 - color contains mainly: blue. Hex color #02242A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02242A is #FDDBD5. Grayscale: #1A1A1A. Windows color (decimal): -16636886 or 2761730. OLE color: 2761730.
HSL color Cylindrical-coordinate representation of color #02242A: hue angle of 189º 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 #02242A is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 36 | 42 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.84 |
| HSL | 189º | 0.91% | 0.09% | - |
| HSV(B) | 189º | 0.95% | 0.16% | - |
| XYZ | 1.07 | 1.44 | 2.41 | - |
| YUV | 26.52 | 136.74 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 42 | 0.95 | 0.14 | 0 | 0.84 | 189 | 0.91 | 0.09 |
| Hex | 2 | 24 | 2A | 5F | E | 0 | 54 | BD | 5B | 9 |
| Octal | 2 | 44 | 52 | 137 | 16 | 0 | 124 | 275 | 133 | 11 |
| Binary | 10 | 100100 | 101010 | 1011111 | 1110 | 0 | 1010100 | 10111101 | 1011011 | 1001 |
Color Harmonies of #02242A
Complementary color
Monochromatic Colors of #02242A
Black with #02242A
Text Example
Text Example
White with #02242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02242A; }
p { color: rgb(2,36,42); }
H1.HeaderClassName
{
color: #02242A;
}
.AnyTagClassName
{
color: #02242A;
}
</style>
background-color css
<style>
a { background-color: #02242A; }
a { background-color: rgb(2,36,42); }
div.DivClassName
{
background-color: #02242A;
}
.BgClassName
{
background-color: #02242A;
}
</style>
border-color css
<style>
span { border-color: #02242A; }
span { border-color: rgb(2,36,42); }
td.TdClassName
{
border-color: #02242A;
}
.TagClassName
{
border-color: #02242A;
}
</style>