Shades of Black Pearl #1D272F
Tints of Black Pearl #1D272F
RGB
CMYK
RGB Variations
Color information
#1D272F (or 0x1D272F) is known color: Black Pearl. HEX triplet: 1D, 27 and 2F. RGB value is (29,39,47). Sum of RGB (Red+Green+Blue) = 29+39+47=115 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.22% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 47 - color contains mainly: blue. Hex color #1D272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D272F is #E2D8D0. Grayscale: #242424. Windows color (decimal): -14866641 or 3090205. OLE color: 3090205.
HSL color Cylindrical-coordinate representation of color #1D272F: hue angle of 206.67º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1D272F is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 29 | 39 | 47 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.82 |
| HSL | 206.67º | 0.24% | 0.15% | - |
| HSV(B) | 206.67º | 0.38% | 0.18% | - |
| XYZ | 1.75 | 1.92 | 2.97 | - |
| YUV | 36.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 39 | 47 | 0.38 | 0.17 | 0 | 0.82 | 206.67 | 0.24 | 0.15 |
| Hex | 1D | 27 | 2F | 26 | 11 | 0 | 52 | CF | 18 | F |
| Octal | 35 | 47 | 57 | 46 | 21 | 0 | 122 | 317 | 30 | 17 |
| Binary | 11101 | 100111 | 101111 | 100110 | 10001 | 0 | 1010010 | 11001111 | 11000 | 1111 |
Color Harmonies of #1D272F
Complementary color
Monochromatic Colors of #1D272F
Black with #1D272F
Text Example
Text Example
White with #1D272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D272F; }
p { color: rgb(29,39,47); }
H1.HeaderClassName
{
color: #1D272F;
}
.AnyTagClassName
{
color: #1D272F;
}
</style>
background-color css
<style>
a { background-color: #1D272F; }
a { background-color: rgb(29,39,47); }
div.DivClassName
{
background-color: #1D272F;
}
.BgClassName
{
background-color: #1D272F;
}
</style>
border-color css
<style>
span { border-color: #1D272F; }
span { border-color: rgb(29,39,47); }
td.TdClassName
{
border-color: #1D272F;
}
.TagClassName
{
border-color: #1D272F;
}
</style>