Shades of Black Pearl #1D2021
Tints of Black Pearl #1D2021
RGB
CMYK
RGB Variations
Color information
#1D2021 (or 0x1D2021) is known color: Black Pearl. HEX triplet: 1D, 20 and 21. RGB value is (29,32,33). Sum of RGB (Red+Green+Blue) = 29+32+33=94 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.85% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 33 - color contains mainly: blue. Hex color #1D2021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2021 is #E2DFDE. Grayscale: #1F1F1F. Windows color (decimal): -14868447 or 2170909. OLE color: 2170909.
HSL color Cylindrical-coordinate representation of color #1D2021: hue angle of 195º degrees, saturation: 0.06, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #1D2021 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
RGB | 29 | 32 | 33 | - |
CMYK | 0.12 | 0.03 | 0 | 0.87 |
HSL | 195º | 0.06% | 0.12% | - |
HSV(B) | 195º | 0.12% | 0.13% | - |
XYZ | 1.3 | 1.4 | 1.64 | - |
YUV | 31.22 | 129.01 | 126.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 32 | 33 | 0.12 | 0.03 | 0 | 0.87 | 195 | 0.06 | 0.12 |
Hex | 1D | 20 | 21 | C | 3 | 0 | 57 | C3 | 6 | C |
Octal | 35 | 40 | 41 | 14 | 3 | 0 | 127 | 303 | 6 | 14 |
Binary | 11101 | 100000 | 100001 | 1100 | 11 | 0 | 1010111 | 11000011 | 110 | 1100 |
Color Harmonies of #1D2021
Complementary color
Monochromatic Colors of #1D2021
Black with #1D2021
Text Example
Text Example
White with #1D2021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2021; }
p { color: rgb(29,32,33); }
H1.HeaderClassName
{
color: #1D2021;
}
.AnyTagClassName
{
color: #1D2021;
}
</style>
background-color css
<style>
a { background-color: #1D2021; }
a { background-color: rgb(29,32,33); }
div.DivClassName
{
background-color: #1D2021;
}
.BgClassName
{
background-color: #1D2021;
}
</style>
border-color css
<style>
span { border-color: #1D2021; }
span { border-color: rgb(29,32,33); }
td.TdClassName
{
border-color: #1D2021;
}
.TagClassName
{
border-color: #1D2021;
}
</style>