Shades of Black Pearl #02242B
Tints of Black Pearl #02242B
RGB
CMYK
RGB Variations
Color information
#02242B (or 0x02242B) is known color: Black Pearl. HEX triplet: 02, 24 and 2B. RGB value is (2,36,43). Sum of RGB (Red+Green+Blue) = 2+36+43=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 36 (14.45% from 255 or 44.44% from 81); Blue value is 43 (17.19% from 255 or 53.09% from 81); Max value from RGB is 43 - color contains mainly: blue. Hex color #02242B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02242B is #FDDBD4. Grayscale: #1A1A1A. Windows color (decimal): -16636885 or 2827266. OLE color: 2827266.
HSL color Cylindrical-coordinate representation of color #02242B: hue angle of 190.24º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02242B is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 2 | 36 | 43 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.83 |
| HSL | 190.24º | 0.91% | 0.09% | - |
| HSV(B) | 190.24º | 0.95% | 0.17% | - |
| XYZ | 1.09 | 1.45 | 2.51 | - |
| YUV | 26.63 | 137.24 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 43 | 0.95 | 0.16 | 0 | 0.83 | 190.24 | 0.91 | 0.09 |
| Hex | 2 | 24 | 2B | 5F | 10 | 0 | 53 | BE | 5B | 9 |
| Octal | 2 | 44 | 53 | 137 | 20 | 0 | 123 | 276 | 133 | 11 |
| Binary | 10 | 100100 | 101011 | 1011111 | 10000 | 0 | 1010011 | 10111110 | 1011011 | 1001 |
Color Harmonies of #02242B
Complementary color
Monochromatic Colors of #02242B
Black with #02242B
Text Example
Text Example
White with #02242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02242B; }
p { color: rgb(2,36,43); }
H1.HeaderClassName
{
color: #02242B;
}
.AnyTagClassName
{
color: #02242B;
}
</style>
background-color css
<style>
a { background-color: #02242B; }
a { background-color: rgb(2,36,43); }
div.DivClassName
{
background-color: #02242B;
}
.BgClassName
{
background-color: #02242B;
}
</style>
border-color css
<style>
span { border-color: #02242B; }
span { border-color: rgb(2,36,43); }
td.TdClassName
{
border-color: #02242B;
}
.TagClassName
{
border-color: #02242B;
}
</style>