Shades of Black Pearl #1C272D
Tints of Black Pearl #1C272D
RGB
CMYK
RGB Variations
Color information
#1C272D (or 0x1C272D) is known color: Black Pearl. HEX triplet: 1C, 27 and 2D. RGB value is (28,39,45). Sum of RGB (Red+Green+Blue) = 28+39+45=112 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 45 (17.97% from 255 or 40.18% from 112); Max value from RGB is 45 - color contains mainly: blue. Hex color #1C272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C272D is #E3D8D2. Grayscale: #242424. Windows color (decimal): -14932179 or 2959132. OLE color: 2959132.
HSL color Cylindrical-coordinate representation of color #1C272D: hue angle of 201.18º degrees, saturation: 0.23, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1C272D is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 28 | 39 | 45 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.82 |
| HSL | 201.18º | 0.23% | 0.14% | - |
| HSV(B) | 201.18º | 0.38% | 0.18% | - |
| XYZ | 1.68 | 1.89 | 2.76 | - |
| YUV | 36.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 39 | 45 | 0.38 | 0.13 | 0 | 0.82 | 201.18 | 0.23 | 0.14 |
| Hex | 1C | 27 | 2D | 26 | D | 0 | 52 | C9 | 17 | E |
| Octal | 34 | 47 | 55 | 46 | 15 | 0 | 122 | 311 | 27 | 16 |
| Binary | 11100 | 100111 | 101101 | 100110 | 1101 | 0 | 1010010 | 11001001 | 10111 | 1110 |
Color Harmonies of #1C272D
Complementary color
Monochromatic Colors of #1C272D
Black with #1C272D
Text Example
Text Example
White with #1C272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C272D; }
p { color: rgb(28,39,45); }
H1.HeaderClassName
{
color: #1C272D;
}
.AnyTagClassName
{
color: #1C272D;
}
</style>
background-color css
<style>
a { background-color: #1C272D; }
a { background-color: rgb(28,39,45); }
div.DivClassName
{
background-color: #1C272D;
}
.BgClassName
{
background-color: #1C272D;
}
</style>
border-color css
<style>
span { border-color: #1C272D; }
span { border-color: rgb(28,39,45); }
td.TdClassName
{
border-color: #1C272D;
}
.TagClassName
{
border-color: #1C272D;
}
</style>