Shades of Black Pearl #1C2126
Tints of Black Pearl #1C2126
RGB
CMYK
RGB Variations
Color information
#1C2126 (or 0x1C2126) is known color: Black Pearl. HEX triplet: 1C, 21 and 26. RGB value is (28,33,38). Sum of RGB (Red+Green+Blue) = 28+33+38=99 (13% of max value = 765). Red value is 28 (11.33% from 255 or 28.28% from 99); Green value is 33 (13.28% from 255 or 33.33% from 99); Blue value is 38 (15.23% from 255 or 38.38% from 99); Max value from RGB is 38 - color contains mainly: blue. Hex color #1C2126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2126 is #E3DED9. Grayscale: #202020. Windows color (decimal): -14933722 or 2498844. OLE color: 2498844.
HSL color Cylindrical-coordinate representation of color #1C2126: hue angle of 210º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1C2126 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 33 | 38 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.85 |
| HSL | 210º | 0.15% | 0.13% | - |
| HSV(B) | 210º | 0.26% | 0.15% | - |
| XYZ | 1.37 | 1.47 | 2.05 | - |
| YUV | 32.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 33 | 38 | 0.26 | 0.13 | 0 | 0.85 | 210 | 0.15 | 0.13 |
| Hex | 1C | 21 | 26 | 1A | D | 0 | 55 | D2 | F | D |
| Octal | 34 | 41 | 46 | 32 | 15 | 0 | 125 | 322 | 17 | 15 |
| Binary | 11100 | 100001 | 100110 | 11010 | 1101 | 0 | 1010101 | 11010010 | 1111 | 1101 |
Color Harmonies of #1C2126
Complementary color
Monochromatic Colors of #1C2126
Black with #1C2126
Text Example
Text Example
White with #1C2126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2126; }
p { color: rgb(28,33,38); }
H1.HeaderClassName
{
color: #1C2126;
}
.AnyTagClassName
{
color: #1C2126;
}
</style>
background-color css
<style>
a { background-color: #1C2126; }
a { background-color: rgb(28,33,38); }
div.DivClassName
{
background-color: #1C2126;
}
.BgClassName
{
background-color: #1C2126;
}
</style>
border-color css
<style>
span { border-color: #1C2126; }
span { border-color: rgb(28,33,38); }
td.TdClassName
{
border-color: #1C2126;
}
.TagClassName
{
border-color: #1C2126;
}
</style>