Shades of Black Pearl #02182D
Tints of Black Pearl #02182D
RGB
CMYK
RGB Variations
Color information
#02182D (or 0x02182D) is known color: Black Pearl. HEX triplet: 02, 18 and 2D. RGB value is (2,24,45). Sum of RGB (Red+Green+Blue) = 2+24+45=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 24 (9.77% from 255 or 33.80% from 71); Blue value is 45 (17.97% from 255 or 63.38% from 71); Max value from RGB is 45 - color contains mainly: blue. Hex color #02182D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02182D is #FDE7D2. Grayscale: #131313. Windows color (decimal): -16639955 or 2955266. OLE color: 2955266.
HSL color Cylindrical-coordinate representation of color #02182D: hue angle of 209.3º 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 #02182D is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 24 | 45 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.82 |
| HSL | 209.3º | 0.91% | 0.09% | - |
| HSV(B) | 209.3º | 0.96% | 0.18% | - |
| XYZ | 0.83 | 0.86 | 2.6 | - |
| YUV | 19.82 | 142.21 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 45 | 0.96 | 0.47 | 0 | 0.82 | 209.3 | 0.91 | 0.09 |
| Hex | 2 | 18 | 2D | 60 | 2F | 0 | 52 | D1 | 5B | 9 |
| Octal | 2 | 30 | 55 | 140 | 57 | 0 | 122 | 321 | 133 | 11 |
| Binary | 10 | 11000 | 101101 | 1100000 | 101111 | 0 | 1010010 | 11010001 | 1011011 | 1001 |
Color Harmonies of #02182D
Complementary color
Monochromatic Colors of #02182D
Black with #02182D
Text Example
Text Example
White with #02182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02182D; }
p { color: rgb(2,24,45); }
H1.HeaderClassName
{
color: #02182D;
}
.AnyTagClassName
{
color: #02182D;
}
</style>
background-color css
<style>
a { background-color: #02182D; }
a { background-color: rgb(2,24,45); }
div.DivClassName
{
background-color: #02182D;
}
.BgClassName
{
background-color: #02182D;
}
</style>
border-color css
<style>
span { border-color: #02182D; }
span { border-color: rgb(2,24,45); }
td.TdClassName
{
border-color: #02182D;
}
.TagClassName
{
border-color: #02182D;
}
</style>