Shades of Black Pearl #1C292C
Tints of Black Pearl #1C292C
RGB
CMYK
RGB Variations
Color information
#1C292C (or 0x1C292C) is known color: Black Pearl. HEX triplet: 1C, 29 and 2C. RGB value is (28,41,44). Sum of RGB (Red+Green+Blue) = 28+41+44=113 (14% of max value = 765). Red value is 28 (11.33% from 255 or 24.78% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 44 (17.58% from 255 or 38.94% from 113); Max value from RGB is 44 - color contains mainly: blue. Hex color #1C292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C292C is #E3D6D3. Grayscale: #252525. Windows color (decimal): -14931668 or 2894108. OLE color: 2894108.
HSL color Cylindrical-coordinate representation of color #1C292C: hue angle of 191.25º degrees, saturation: 0.22, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1C292C is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 28 | 41 | 44 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.83 |
| HSL | 191.25º | 0.22% | 0.14% | - |
| HSV(B) | 191.25º | 0.36% | 0.17% | - |
| XYZ | 1.73 | 2.01 | 2.68 | - |
| YUV | 37.46 | 131.69 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 41 | 44 | 0.36 | 0.07 | 0 | 0.83 | 191.25 | 0.22 | 0.14 |
| Hex | 1C | 29 | 2C | 24 | 7 | 0 | 53 | BF | 16 | E |
| Octal | 34 | 51 | 54 | 44 | 7 | 0 | 123 | 277 | 26 | 16 |
| Binary | 11100 | 101001 | 101100 | 100100 | 111 | 0 | 1010011 | 10111111 | 10110 | 1110 |
Color Harmonies of #1C292C
Complementary color
Monochromatic Colors of #1C292C
Black with #1C292C
Text Example
Text Example
White with #1C292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C292C; }
p { color: rgb(28,41,44); }
H1.HeaderClassName
{
color: #1C292C;
}
.AnyTagClassName
{
color: #1C292C;
}
</style>
background-color css
<style>
a { background-color: #1C292C; }
a { background-color: rgb(28,41,44); }
div.DivClassName
{
background-color: #1C292C;
}
.BgClassName
{
background-color: #1C292C;
}
</style>
border-color css
<style>
span { border-color: #1C292C; }
span { border-color: rgb(28,41,44); }
td.TdClassName
{
border-color: #1C292C;
}
.TagClassName
{
border-color: #1C292C;
}
</style>