Shades of Black Pearl #021926
Tints of Black Pearl #021926
RGB
CMYK
RGB Variations
Color information
#021926 (or 0x021926) is known color: Black Pearl. HEX triplet: 02, 19 and 26. RGB value is (2,25,38). Sum of RGB (Red+Green+Blue) = 2+25+38=65 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.08% from 65); Green value is 25 (10.16% from 255 or 38.46% from 65); Blue value is 38 (15.23% from 255 or 58.46% from 65); Max value from RGB is 38 - color contains mainly: blue. Hex color #021926 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021926 is #FDE6D9. Grayscale: #131313. Windows color (decimal): -16639706 or 2496770. OLE color: 2496770.
HSL color Cylindrical-coordinate representation of color #021926: hue angle of 201.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 #021926 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 25 | 38 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.85 |
| HSL | 201.67º | 0.9% | 0.08% | - |
| HSV(B) | 201.67º | 0.95% | 0.15% | - |
| XYZ | 0.72 | 0.85 | 1.96 | - |
| YUV | 19.61 | 138.38 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 38 | 0.95 | 0.34 | 0 | 0.85 | 201.67 | 0.9 | 0.08 |
| Hex | 2 | 19 | 26 | 5F | 22 | 0 | 55 | CA | 5A | 8 |
| Octal | 2 | 31 | 46 | 137 | 42 | 0 | 125 | 312 | 132 | 10 |
| Binary | 10 | 11001 | 100110 | 1011111 | 100010 | 0 | 1010101 | 11001010 | 1011010 | 1000 |
Color Harmonies of #021926
Complementary color
Monochromatic Colors of #021926
Black with #021926
Text Example
Text Example
White with #021926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021926; }
p { color: rgb(2,25,38); }
H1.HeaderClassName
{
color: #021926;
}
.AnyTagClassName
{
color: #021926;
}
</style>
background-color css
<style>
a { background-color: #021926; }
a { background-color: rgb(2,25,38); }
div.DivClassName
{
background-color: #021926;
}
.BgClassName
{
background-color: #021926;
}
</style>
border-color css
<style>
span { border-color: #021926; }
span { border-color: rgb(2,25,38); }
td.TdClassName
{
border-color: #021926;
}
.TagClassName
{
border-color: #021926;
}
</style>