Shades of Black Pearl #02242D
Tints of Black Pearl #02242D
RGB
CMYK
RGB Variations
Color information
#02242D (or 0x02242D) is known color: Black Pearl. HEX triplet: 02, 24 and 2D. RGB value is (2,36,45). Sum of RGB (Red+Green+Blue) = 2+36+45=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 36 (14.45% from 255 or 43.37% from 83); Blue value is 45 (17.97% from 255 or 54.22% from 83); Max value from RGB is 45 - color contains mainly: blue. Hex color #02242D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02242D is #FDDBD2. Grayscale: #1A1A1A. Windows color (decimal): -16636883 or 2958338. OLE color: 2958338.
HSL color Cylindrical-coordinate representation of color #02242D: hue angle of 192.56º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02242D is Cyan = 0.96, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 36 | 45 | - |
| CMYK | 0.96 | 0.2 | 0 | 0.82 |
| HSL | 192.56º | 0.91% | 0.09% | - |
| HSV(B) | 192.56º | 0.96% | 0.18% | - |
| XYZ | 1.13 | 1.46 | 2.71 | - |
| YUV | 26.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 45 | 0.96 | 0.2 | 0 | 0.82 | 192.56 | 0.91 | 0.09 |
| Hex | 2 | 24 | 2D | 60 | 14 | 0 | 52 | C1 | 5B | 9 |
| Octal | 2 | 44 | 55 | 140 | 24 | 0 | 122 | 301 | 133 | 11 |
| Binary | 10 | 100100 | 101101 | 1100000 | 10100 | 0 | 1010010 | 11000001 | 1011011 | 1001 |
Color Harmonies of #02242D
Complementary color
Monochromatic Colors of #02242D
Black with #02242D
Text Example
Text Example
White with #02242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02242D; }
p { color: rgb(2,36,45); }
H1.HeaderClassName
{
color: #02242D;
}
.AnyTagClassName
{
color: #02242D;
}
</style>
background-color css
<style>
a { background-color: #02242D; }
a { background-color: rgb(2,36,45); }
div.DivClassName
{
background-color: #02242D;
}
.BgClassName
{
background-color: #02242D;
}
</style>
border-color css
<style>
span { border-color: #02242D; }
span { border-color: rgb(2,36,45); }
td.TdClassName
{
border-color: #02242D;
}
.TagClassName
{
border-color: #02242D;
}
</style>