Shades of Black Pearl #1C2023
Tints of Black Pearl #1C2023
RGB
CMYK
RGB Variations
Color information
#1C2023 (or 0x1C2023) is known color: Black Pearl. HEX triplet: 1C, 20 and 23. RGB value is (28,32,35). Sum of RGB (Red+Green+Blue) = 28+32+35=95 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.47% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 35 (14.06% from 255 or 36.84% from 95); Max value from RGB is 35 - color contains mainly: blue. Hex color #1C2023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2023 is #E3DFDC. Grayscale: #1F1F1F. Windows color (decimal): -14933981 or 2301980. OLE color: 2301980.
HSL color Cylindrical-coordinate representation of color #1C2023: hue angle of 205.71º degrees, saturation: 0.11, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #1C2023 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 28 | 32 | 35 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.86 |
| HSL | 205.71º | 0.11% | 0.12% | - |
| HSV(B) | 205.71º | 0.2% | 0.14% | - |
| XYZ | 1.3 | 1.4 | 1.79 | - |
| YUV | 31.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 32 | 35 | 0.20 | 0.09 | 0 | 0.86 | 205.71 | 0.11 | 0.12 |
| Hex | 1C | 20 | 23 | 14 | 9 | 0 | 56 | CE | B | C |
| Octal | 34 | 40 | 43 | 24 | 11 | 0 | 126 | 316 | 13 | 14 |
| Binary | 11100 | 100000 | 100011 | 10100 | 1001 | 0 | 1010110 | 11001110 | 1011 | 1100 |
Color Harmonies of #1C2023
Complementary color
Monochromatic Colors of #1C2023
Black with #1C2023
Text Example
Text Example
White with #1C2023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2023; }
p { color: rgb(28,32,35); }
H1.HeaderClassName
{
color: #1C2023;
}
.AnyTagClassName
{
color: #1C2023;
}
</style>
background-color css
<style>
a { background-color: #1C2023; }
a { background-color: rgb(28,32,35); }
div.DivClassName
{
background-color: #1C2023;
}
.BgClassName
{
background-color: #1C2023;
}
</style>
border-color css
<style>
span { border-color: #1C2023; }
span { border-color: rgb(28,32,35); }
td.TdClassName
{
border-color: #1C2023;
}
.TagClassName
{
border-color: #1C2023;
}
</style>