Shades of Black Pearl #021C26
Tints of Black Pearl #021C26
RGB
CMYK
RGB Variations
Color information
#021C26 (or 0x021C26) is known color: Black Pearl. HEX triplet: 02, 1C and 26. RGB value is (2,28,38). Sum of RGB (Red+Green+Blue) = 2+28+38=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 28 (11.33% from 255 or 41.18% from 68); Blue value is 38 (15.23% from 255 or 55.88% from 68); Max value from RGB is 38 - color contains mainly: blue. Hex color #021C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C26 is #FDE3D9. Grayscale: #151515. Windows color (decimal): -16638938 or 2497538. OLE color: 2497538.
HSL color Cylindrical-coordinate representation of color #021C26: hue angle of 196.67º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #021C26 is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 28 | 38 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.85 |
| HSL | 196.67º | 0.9% | 0.08% | - |
| HSV(B) | 196.67º | 0.95% | 0.15% | - |
| XYZ | 0.79 | 0.98 | 1.98 | - |
| YUV | 21.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 38 | 0.95 | 0.26 | 0 | 0.85 | 196.67 | 0.9 | 0.08 |
| Hex | 2 | 1C | 26 | 5F | 1A | 0 | 55 | C5 | 5A | 8 |
| Octal | 2 | 34 | 46 | 137 | 32 | 0 | 125 | 305 | 132 | 10 |
| Binary | 10 | 11100 | 100110 | 1011111 | 11010 | 0 | 1010101 | 11000101 | 1011010 | 1000 |
Color Harmonies of #021C26
Complementary color
Monochromatic Colors of #021C26
Black with #021C26
Text Example
Text Example
White with #021C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C26; }
p { color: rgb(2,28,38); }
H1.HeaderClassName
{
color: #021C26;
}
.AnyTagClassName
{
color: #021C26;
}
</style>
background-color css
<style>
a { background-color: #021C26; }
a { background-color: rgb(2,28,38); }
div.DivClassName
{
background-color: #021C26;
}
.BgClassName
{
background-color: #021C26;
}
</style>
border-color css
<style>
span { border-color: #021C26; }
span { border-color: rgb(2,28,38); }
td.TdClassName
{
border-color: #021C26;
}
.TagClassName
{
border-color: #021C26;
}
</style>