Shades of Black Pearl #1C2329
Tints of Black Pearl #1C2329
RGB
CMYK
RGB Variations
Color information
#1C2329 (or 0x1C2329) is known color: Black Pearl. HEX triplet: 1C, 23 and 29. RGB value is (28,35,41). Sum of RGB (Red+Green+Blue) = 28+35+41=104 (13% of max value = 765). Red value is 28 (11.33% from 255 or 26.92% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 41 (16.41% from 255 or 39.42% from 104); Max value from RGB is 41 - color contains mainly: blue. Hex color #1C2329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2329 is #E3DCD6. Grayscale: #212121. Windows color (decimal): -14933207 or 2695964. OLE color: 2695964.
HSL color Cylindrical-coordinate representation of color #1C2329: hue angle of 207.69º degrees, saturation: 0.19, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1C2329 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 28 | 35 | 41 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.84 |
| HSL | 207.69º | 0.19% | 0.14% | - |
| HSV(B) | 207.69º | 0.32% | 0.16% | - |
| XYZ | 1.48 | 1.61 | 2.33 | - |
| YUV | 33.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 35 | 41 | 0.32 | 0.15 | 0 | 0.84 | 207.69 | 0.19 | 0.14 |
| Hex | 1C | 23 | 29 | 20 | F | 0 | 54 | D0 | 13 | E |
| Octal | 34 | 43 | 51 | 40 | 17 | 0 | 124 | 320 | 23 | 16 |
| Binary | 11100 | 100011 | 101001 | 100000 | 1111 | 0 | 1010100 | 11010000 | 10011 | 1110 |
Color Harmonies of #1C2329
Complementary color
Monochromatic Colors of #1C2329
Black with #1C2329
Text Example
Text Example
White with #1C2329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2329; }
p { color: rgb(28,35,41); }
H1.HeaderClassName
{
color: #1C2329;
}
.AnyTagClassName
{
color: #1C2329;
}
</style>
background-color css
<style>
a { background-color: #1C2329; }
a { background-color: rgb(28,35,41); }
div.DivClassName
{
background-color: #1C2329;
}
.BgClassName
{
background-color: #1C2329;
}
</style>
border-color css
<style>
span { border-color: #1C2329; }
span { border-color: rgb(28,35,41); }
td.TdClassName
{
border-color: #1C2329;
}
.TagClassName
{
border-color: #1C2329;
}
</style>