Shades of Black Pearl #1E2021
Tints of Black Pearl #1E2021
RGB
CMYK
RGB Variations
Color information
#1E2021 (or 0x1E2021) is known color: Black Pearl. HEX triplet: 1E, 20 and 21. RGB value is (30,32,33). Sum of RGB (Red+Green+Blue) = 30+32+33=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 33 (13.28% from 255 or 34.74% from 95); Max value from RGB is 33 - color contains mainly: blue. Hex color #1E2021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2021 is #E1DFDE. Grayscale: #1F1F1F. Windows color (decimal): -14802911 or 2170910. OLE color: 2170910.
HSL color Cylindrical-coordinate representation of color #1E2021: hue angle of 200º degrees, saturation: 0.05, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #1E2021 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
RGB | 30 | 32 | 33 | - |
CMYK | 0.09 | 0.03 | 0 | 0.87 |
HSL | 200º | 0.05% | 0.12% | - |
HSV(B) | 200º | 0.09% | 0.13% | - |
XYZ | 1.33 | 1.42 | 1.64 | - |
YUV | 31.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 32 | 33 | 0.09 | 0.03 | 0 | 0.87 | 200 | 0.05 | 0.12 |
Hex | 1E | 20 | 21 | 9 | 3 | 0 | 57 | C8 | 5 | C |
Octal | 36 | 40 | 41 | 11 | 3 | 0 | 127 | 310 | 5 | 14 |
Binary | 11110 | 100000 | 100001 | 1001 | 11 | 0 | 1010111 | 11001000 | 101 | 1100 |
Color Harmonies of #1E2021
Complementary color
Monochromatic Colors of #1E2021
Black with #1E2021
Text Example
Text Example
White with #1E2021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2021; }
p { color: rgb(30,32,33); }
H1.HeaderClassName
{
color: #1E2021;
}
.AnyTagClassName
{
color: #1E2021;
}
</style>
background-color css
<style>
a { background-color: #1E2021; }
a { background-color: rgb(30,32,33); }
div.DivClassName
{
background-color: #1E2021;
}
.BgClassName
{
background-color: #1E2021;
}
</style>
border-color css
<style>
span { border-color: #1E2021; }
span { border-color: rgb(30,32,33); }
td.TdClassName
{
border-color: #1E2021;
}
.TagClassName
{
border-color: #1E2021;
}
</style>