Shades of Black Pearl #1D2C34
Tints of Black Pearl #1D2C34
RGB
CMYK
RGB Variations
Color information
#1D2C34 (or 0x1D2C34) is known color: Black Pearl. HEX triplet: 1D, 2C and 34. RGB value is (29,44,52). Sum of RGB (Red+Green+Blue) = 29+44+52=125 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.2% from 125); Green value is 44 (17.58% from 255 or 35.2% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 52 - color contains mainly: blue. Hex color #1D2C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2C34 is #E2D3CB. Grayscale: #282828. Windows color (decimal): -14865356 or 3419165. OLE color: 3419165.
HSL color Cylindrical-coordinate representation of color #1D2C34: hue angle of 200.87º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1D2C34 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 29 | 44 | 52 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.80 |
| HSL | 200.87º | 0.28% | 0.16% | - |
| HSV(B) | 200.87º | 0.44% | 0.2% | - |
| XYZ | 2.03 | 2.31 | 3.59 | - |
| YUV | 40.43 | 134.53 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 44 | 52 | 0.44 | 0.15 | 0 | 0.80 | 200.87 | 0.28 | 0.16 |
| Hex | 1D | 2C | 34 | 2C | F | 0 | 50 | C9 | 1C | 10 |
| Octal | 35 | 54 | 64 | 54 | 17 | 0 | 120 | 311 | 34 | 20 |
| Binary | 11101 | 101100 | 110100 | 101100 | 1111 | 0 | 1010000 | 11001001 | 11100 | 10000 |
Color Harmonies of #1D2C34
Complementary color
Monochromatic Colors of #1D2C34
Black with #1D2C34
Text Example
Text Example
White with #1D2C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2C34; }
p { color: rgb(29,44,52); }
H1.HeaderClassName
{
color: #1D2C34;
}
.AnyTagClassName
{
color: #1D2C34;
}
</style>
background-color css
<style>
a { background-color: #1D2C34; }
a { background-color: rgb(29,44,52); }
div.DivClassName
{
background-color: #1D2C34;
}
.BgClassName
{
background-color: #1D2C34;
}
</style>
border-color css
<style>
span { border-color: #1D2C34; }
span { border-color: rgb(29,44,52); }
td.TdClassName
{
border-color: #1D2C34;
}
.TagClassName
{
border-color: #1D2C34;
}
</style>