Shades of Black Pearl #1C2127
Tints of Black Pearl #1C2127
RGB
CMYK
RGB Variations
Color information
#1C2127 (or 0x1C2127) is known color: Black Pearl. HEX triplet: 1C, 21 and 27. RGB value is (28,33,39). Sum of RGB (Red+Green+Blue) = 28+33+39=100 (13% of max value = 765). Red value is 28 (11.33% from 255 or 28% from 100); Green value is 33 (13.28% from 255 or 33% from 100); Blue value is 39 (15.62% from 255 or 39% from 100); Max value from RGB is 39 - color contains mainly: blue. Hex color #1C2127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2127 is #E3DED8. Grayscale: #202020. Windows color (decimal): -14933721 or 2564380. OLE color: 2564380.
HSL color Cylindrical-coordinate representation of color #1C2127: hue angle of 212.73º 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 #1C2127 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 33 | 39 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.85 |
| HSL | 212.73º | 0.16% | 0.13% | - |
| HSV(B) | 212.73º | 0.28% | 0.15% | - |
| XYZ | 1.39 | 1.48 | 2.13 | - |
| YUV | 32.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 33 | 39 | 0.28 | 0.15 | 0 | 0.85 | 212.73 | 0.16 | 0.13 |
| Hex | 1C | 21 | 27 | 1C | F | 0 | 55 | D5 | 10 | D |
| Octal | 34 | 41 | 47 | 34 | 17 | 0 | 125 | 325 | 20 | 15 |
| Binary | 11100 | 100001 | 100111 | 11100 | 1111 | 0 | 1010101 | 11010101 | 10000 | 1101 |
Color Harmonies of #1C2127
Complementary color
Monochromatic Colors of #1C2127
Black with #1C2127
Text Example
Text Example
White with #1C2127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2127; }
p { color: rgb(28,33,39); }
H1.HeaderClassName
{
color: #1C2127;
}
.AnyTagClassName
{
color: #1C2127;
}
</style>
background-color css
<style>
a { background-color: #1C2127; }
a { background-color: rgb(28,33,39); }
div.DivClassName
{
background-color: #1C2127;
}
.BgClassName
{
background-color: #1C2127;
}
</style>
border-color css
<style>
span { border-color: #1C2127; }
span { border-color: rgb(28,33,39); }
td.TdClassName
{
border-color: #1C2127;
}
.TagClassName
{
border-color: #1C2127;
}
</style>