Shades of Black Pearl #1C2227
Tints of Black Pearl #1C2227
RGB
CMYK
RGB Variations
Color information
#1C2227 (or 0x1C2227) is known color: Black Pearl. HEX triplet: 1C, 22 and 27. RGB value is (28,34,39). Sum of RGB (Red+Green+Blue) = 28+34+39=101 (13% of max value = 765). Red value is 28 (11.33% from 255 or 27.72% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 39 (15.62% from 255 or 38.61% from 101); Max value from RGB is 39 - color contains mainly: blue. Hex color #1C2227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2227 is #E3DDD8. Grayscale: #202020. Windows color (decimal): -14933465 or 2564636. OLE color: 2564636.
HSL color Cylindrical-coordinate representation of color #1C2227: hue angle of 207.27º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #1C2227 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 34 | 39 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.85 |
| HSL | 207.27º | 0.16% | 0.13% | - |
| HSV(B) | 207.27º | 0.28% | 0.15% | - |
| XYZ | 1.42 | 1.54 | 2.14 | - |
| YUV | 32.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 34 | 39 | 0.28 | 0.13 | 0 | 0.85 | 207.27 | 0.16 | 0.13 |
| Hex | 1C | 22 | 27 | 1C | D | 0 | 55 | CF | 10 | D |
| Octal | 34 | 42 | 47 | 34 | 15 | 0 | 125 | 317 | 20 | 15 |
| Binary | 11100 | 100010 | 100111 | 11100 | 1101 | 0 | 1010101 | 11001111 | 10000 | 1101 |
Color Harmonies of #1C2227
Complementary color
Monochromatic Colors of #1C2227
Black with #1C2227
Text Example
Text Example
White with #1C2227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2227; }
p { color: rgb(28,34,39); }
H1.HeaderClassName
{
color: #1C2227;
}
.AnyTagClassName
{
color: #1C2227;
}
</style>
background-color css
<style>
a { background-color: #1C2227; }
a { background-color: rgb(28,34,39); }
div.DivClassName
{
background-color: #1C2227;
}
.BgClassName
{
background-color: #1C2227;
}
</style>
border-color css
<style>
span { border-color: #1C2227; }
span { border-color: rgb(28,34,39); }
td.TdClassName
{
border-color: #1C2227;
}
.TagClassName
{
border-color: #1C2227;
}
</style>