Shades of Black Pearl #1D2123
Tints of Black Pearl #1D2123
RGB
CMYK
RGB Variations
Color information
#1D2123 (or 0x1D2123) is known color: Black Pearl. HEX triplet: 1D, 21 and 23. RGB value is (29,33,35). Sum of RGB (Red+Green+Blue) = 29+33+35=97 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.90% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 35 (14.06% from 255 or 36.08% from 97); Max value from RGB is 35 - color contains mainly: blue. Hex color #1D2123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2123 is #E2DEDC. Grayscale: #202020. Windows color (decimal): -14868189 or 2302237. OLE color: 2302237.
HSL color Cylindrical-coordinate representation of color #1D2123: hue angle of 200º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #1D2123 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 29 | 33 | 35 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.86 |
| HSL | 200º | 0.09% | 0.13% | - |
| HSV(B) | 200º | 0.17% | 0.14% | - |
| XYZ | 1.35 | 1.47 | 1.8 | - |
| YUV | 32.03 | 129.67 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 33 | 35 | 0.17 | 0.06 | 0 | 0.86 | 200 | 0.09 | 0.13 |
| Hex | 1D | 21 | 23 | 11 | 6 | 0 | 56 | C8 | 9 | D |
| Octal | 35 | 41 | 43 | 21 | 6 | 0 | 126 | 310 | 11 | 15 |
| Binary | 11101 | 100001 | 100011 | 10001 | 110 | 0 | 1010110 | 11001000 | 1001 | 1101 |
Color Harmonies of #1D2123
Complementary color
Monochromatic Colors of #1D2123
Black with #1D2123
Text Example
Text Example
White with #1D2123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2123; }
p { color: rgb(29,33,35); }
H1.HeaderClassName
{
color: #1D2123;
}
.AnyTagClassName
{
color: #1D2123;
}
</style>
background-color css
<style>
a { background-color: #1D2123; }
a { background-color: rgb(29,33,35); }
div.DivClassName
{
background-color: #1D2123;
}
.BgClassName
{
background-color: #1D2123;
}
</style>
border-color css
<style>
span { border-color: #1D2123; }
span { border-color: rgb(29,33,35); }
td.TdClassName
{
border-color: #1D2123;
}
.TagClassName
{
border-color: #1D2123;
}
</style>