Shades of Black Pearl #1A2021
Tints of Black Pearl #1A2021
RGB
CMYK
RGB Variations
Color information
#1A2021 (or 0x1A2021) is known color: Black Pearl. HEX triplet: 1A, 20 and 21. RGB value is (26,32,33). Sum of RGB (Red+Green+Blue) = 26+32+33=91 (12% of max value = 765). Red value is 26 (10.55% from 255 or 28.57% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 33 - color contains mainly: blue. Hex color #1A2021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2021 is #E5DFDE. Grayscale: #1E1E1E. Windows color (decimal): -15065055 or 2170906. OLE color: 2170906.
HSL color Cylindrical-coordinate representation of color #1A2021: hue angle of 188.57º degrees, saturation: 0.12, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #1A2021 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 26 | 32 | 33 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.87 |
| HSL | 188.57º | 0.12% | 0.12% | - |
| HSV(B) | 188.57º | 0.21% | 0.13% | - |
| XYZ | 1.22 | 1.36 | 1.64 | - |
| YUV | 30.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 32 | 33 | 0.21 | 0.03 | 0 | 0.87 | 188.57 | 0.12 | 0.12 |
| Hex | 1A | 20 | 21 | 15 | 3 | 0 | 57 | BD | C | C |
| Octal | 32 | 40 | 41 | 25 | 3 | 0 | 127 | 275 | 14 | 14 |
| Binary | 11010 | 100000 | 100001 | 10101 | 11 | 0 | 1010111 | 10111101 | 1100 | 1100 |
Color Harmonies of #1A2021
Complementary color
Monochromatic Colors of #1A2021
Black with #1A2021
Text Example
Text Example
White with #1A2021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2021; }
p { color: rgb(26,32,33); }
H1.HeaderClassName
{
color: #1A2021;
}
.AnyTagClassName
{
color: #1A2021;
}
</style>
background-color css
<style>
a { background-color: #1A2021; }
a { background-color: rgb(26,32,33); }
div.DivClassName
{
background-color: #1A2021;
}
.BgClassName
{
background-color: #1A2021;
}
</style>
border-color css
<style>
span { border-color: #1A2021; }
span { border-color: rgb(26,32,33); }
td.TdClassName
{
border-color: #1A2021;
}
.TagClassName
{
border-color: #1A2021;
}
</style>