Shades of Black Pearl #02232D
Tints of Black Pearl #02232D
RGB
CMYK
RGB Variations
Color information
#02232D (or 0x02232D) is known color: Black Pearl. HEX triplet: 02, 23 and 2D. RGB value is (2,35,45). Sum of RGB (Red+Green+Blue) = 2+35+45=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 35 (14.06% from 255 or 42.68% from 82); Blue value is 45 (17.97% from 255 or 54.88% from 82); Max value from RGB is 45 - color contains mainly: blue. Hex color #02232D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02232D is #FDDCD2. Grayscale: #1A1A1A. Windows color (decimal): -16637139 or 2958082. OLE color: 2958082.
HSL color Cylindrical-coordinate representation of color #02232D: hue angle of 193.95º 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 #02232D is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 35 | 45 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.82 |
| HSL | 193.95º | 0.91% | 0.09% | - |
| HSV(B) | 193.95º | 0.96% | 0.18% | - |
| XYZ | 1.1 | 1.4 | 2.7 | - |
| YUV | 26.27 | 138.57 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 35 | 45 | 0.96 | 0.22 | 0 | 0.82 | 193.95 | 0.91 | 0.09 |
| Hex | 2 | 23 | 2D | 60 | 16 | 0 | 52 | C2 | 5B | 9 |
| Octal | 2 | 43 | 55 | 140 | 26 | 0 | 122 | 302 | 133 | 11 |
| Binary | 10 | 100011 | 101101 | 1100000 | 10110 | 0 | 1010010 | 11000010 | 1011011 | 1001 |
Color Harmonies of #02232D
Complementary color
Monochromatic Colors of #02232D
Black with #02232D
Text Example
Text Example
White with #02232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02232D; }
p { color: rgb(2,35,45); }
H1.HeaderClassName
{
color: #02232D;
}
.AnyTagClassName
{
color: #02232D;
}
</style>
background-color css
<style>
a { background-color: #02232D; }
a { background-color: rgb(2,35,45); }
div.DivClassName
{
background-color: #02232D;
}
.BgClassName
{
background-color: #02232D;
}
</style>
border-color css
<style>
span { border-color: #02232D; }
span { border-color: rgb(2,35,45); }
td.TdClassName
{
border-color: #02232D;
}
.TagClassName
{
border-color: #02232D;
}
</style>