Shades of Black Pearl #1D2C30
Tints of Black Pearl #1D2C30
RGB
CMYK
RGB Variations
Color information
#1D2C30 (or 0x1D2C30) is known color: Black Pearl. HEX triplet: 1D, 2C and 30. RGB value is (29,44,48). Sum of RGB (Red+Green+Blue) = 29+44+48=121 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.97% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 48 - color contains mainly: blue. Hex color #1D2C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2C30 is #E2D3CF. Grayscale: #272727. Windows color (decimal): -14865360 or 3157021. OLE color: 3157021.
HSL color Cylindrical-coordinate representation of color #1D2C30: hue angle of 192.63º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1D2C30 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 44 | 48 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.81 |
| HSL | 192.63º | 0.25% | 0.15% | - |
| HSV(B) | 192.63º | 0.4% | 0.19% | - |
| XYZ | 1.94 | 2.28 | 3.13 | - |
| YUV | 39.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 44 | 48 | 0.40 | 0.08 | 0 | 0.81 | 192.63 | 0.25 | 0.15 |
| Hex | 1D | 2C | 30 | 28 | 8 | 0 | 51 | C1 | 19 | F |
| Octal | 35 | 54 | 60 | 50 | 10 | 0 | 121 | 301 | 31 | 17 |
| Binary | 11101 | 101100 | 110000 | 101000 | 1000 | 0 | 1010001 | 11000001 | 11001 | 1111 |
Color Harmonies of #1D2C30
Complementary color
Monochromatic Colors of #1D2C30
Black with #1D2C30
Text Example
Text Example
White with #1D2C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2C30; }
p { color: rgb(29,44,48); }
H1.HeaderClassName
{
color: #1D2C30;
}
.AnyTagClassName
{
color: #1D2C30;
}
</style>
background-color css
<style>
a { background-color: #1D2C30; }
a { background-color: rgb(29,44,48); }
div.DivClassName
{
background-color: #1D2C30;
}
.BgClassName
{
background-color: #1D2C30;
}
</style>
border-color css
<style>
span { border-color: #1D2C30; }
span { border-color: rgb(29,44,48); }
td.TdClassName
{
border-color: #1D2C30;
}
.TagClassName
{
border-color: #1D2C30;
}
</style>