Shades of Black Pearl #1C2628
Tints of Black Pearl #1C2628
RGB
CMYK
RGB Variations
Color information
#1C2628 (or 0x1C2628) is known color: Black Pearl. HEX triplet: 1C, 26 and 28. RGB value is (28,38,40). Sum of RGB (Red+Green+Blue) = 28+38+40=106 (14% of max value = 765). Red value is 28 (11.33% from 255 or 26.42% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 40 - color contains mainly: blue. Hex color #1C2628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2628 is #E3D9D7. Grayscale: #232323. Windows color (decimal): -14932440 or 2631196. OLE color: 2631196.
HSL color Cylindrical-coordinate representation of color #1C2628: hue angle of 190º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1C2628 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 28 | 38 | 40 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.84 |
| HSL | 190º | 0.18% | 0.13% | - |
| HSV(B) | 190º | 0.3% | 0.16% | - |
| XYZ | 1.56 | 1.79 | 2.27 | - |
| YUV | 35.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 38 | 40 | 0.30 | 0.05 | 0 | 0.84 | 190 | 0.18 | 0.13 |
| Hex | 1C | 26 | 28 | 1E | 5 | 0 | 54 | BE | 12 | D |
| Octal | 34 | 46 | 50 | 36 | 5 | 0 | 124 | 276 | 22 | 15 |
| Binary | 11100 | 100110 | 101000 | 11110 | 101 | 0 | 1010100 | 10111110 | 10010 | 1101 |
Color Harmonies of #1C2628
Complementary color
Monochromatic Colors of #1C2628
Black with #1C2628
Text Example
Text Example
White with #1C2628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2628; }
p { color: rgb(28,38,40); }
H1.HeaderClassName
{
color: #1C2628;
}
.AnyTagClassName
{
color: #1C2628;
}
</style>
background-color css
<style>
a { background-color: #1C2628; }
a { background-color: rgb(28,38,40); }
div.DivClassName
{
background-color: #1C2628;
}
.BgClassName
{
background-color: #1C2628;
}
</style>
border-color css
<style>
span { border-color: #1C2628; }
span { border-color: rgb(28,38,40); }
td.TdClassName
{
border-color: #1C2628;
}
.TagClassName
{
border-color: #1C2628;
}
</style>