Shades of Black Pearl #1C2024
Tints of Black Pearl #1C2024
RGB
CMYK
RGB Variations
Color information
#1C2024 (or 0x1C2024) is known color: Black Pearl. HEX triplet: 1C, 20 and 24. RGB value is (28,32,36). Sum of RGB (Red+Green+Blue) = 28+32+36=96 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.17% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 36 (14.45% from 255 or 37.5% from 96); Max value from RGB is 36 - color contains mainly: blue. Hex color #1C2024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2024 is #E3DFDB. Grayscale: #1F1F1F. Windows color (decimal): -14933980 or 2367516. OLE color: 2367516.
HSL color Cylindrical-coordinate representation of color #1C2024: hue angle of 210º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #1C2024 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
RGB | 28 | 32 | 36 | - |
CMYK | 0.22 | 0.11 | 0 | 0.86 |
HSL | 210º | 0.13% | 0.13% | - |
HSV(B) | 210º | 0.22% | 0.14% | - |
XYZ | 1.31 | 1.41 | 1.87 | - |
YUV | 31.26 | 130.67 | 125.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 28 | 32 | 36 | 0.22 | 0.11 | 0 | 0.86 | 210 | 0.13 | 0.13 |
Hex | 1C | 20 | 24 | 16 | B | 0 | 56 | D2 | C | D |
Octal | 34 | 40 | 44 | 26 | 13 | 0 | 126 | 322 | 14 | 15 |
Binary | 11100 | 100000 | 100100 | 10110 | 1011 | 0 | 1010110 | 11010010 | 1100 | 1101 |
Color Harmonies of #1C2024
Complementary color
Monochromatic Colors of #1C2024
Black with #1C2024
Text Example
Text Example
White with #1C2024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2024; }
p { color: rgb(28,32,36); }
H1.HeaderClassName
{
color: #1C2024;
}
.AnyTagClassName
{
color: #1C2024;
}
</style>
background-color css
<style>
a { background-color: #1C2024; }
a { background-color: rgb(28,32,36); }
div.DivClassName
{
background-color: #1C2024;
}
.BgClassName
{
background-color: #1C2024;
}
</style>
border-color css
<style>
span { border-color: #1C2024; }
span { border-color: rgb(28,32,36); }
td.TdClassName
{
border-color: #1C2024;
}
.TagClassName
{
border-color: #1C2024;
}
</style>