Shades of Black Pearl #1C252A
Tints of Black Pearl #1C252A
RGB
CMYK
RGB Variations
Color information
#1C252A (or 0x1C252A) is known color: Black Pearl. HEX triplet: 1C, 25 and 2A. RGB value is (28,37,42). Sum of RGB (Red+Green+Blue) = 28+37+42=107 (14% of max value = 765). Red value is 28 (11.33% from 255 or 26.17% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 42 - color contains mainly: blue. Hex color #1C252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C252A is #E3DAD5. Grayscale: #222222. Windows color (decimal): -14932694 or 2762012. OLE color: 2762012.
HSL color Cylindrical-coordinate representation of color #1C252A: hue angle of 201.43º degrees, saturation: 0.2, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1C252A is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 28 | 37 | 42 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.84 |
| HSL | 201.43º | 0.2% | 0.14% | - |
| HSV(B) | 201.43º | 0.33% | 0.16% | - |
| XYZ | 1.56 | 1.74 | 2.44 | - |
| YUV | 34.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 37 | 42 | 0.33 | 0.12 | 0 | 0.84 | 201.43 | 0.2 | 0.14 |
| Hex | 1C | 25 | 2A | 21 | C | 0 | 54 | C9 | 14 | E |
| Octal | 34 | 45 | 52 | 41 | 14 | 0 | 124 | 311 | 24 | 16 |
| Binary | 11100 | 100101 | 101010 | 100001 | 1100 | 0 | 1010100 | 11001001 | 10100 | 1110 |
Color Harmonies of #1C252A
Complementary color
Monochromatic Colors of #1C252A
Black with #1C252A
Text Example
Text Example
White with #1C252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C252A; }
p { color: rgb(28,37,42); }
H1.HeaderClassName
{
color: #1C252A;
}
.AnyTagClassName
{
color: #1C252A;
}
</style>
background-color css
<style>
a { background-color: #1C252A; }
a { background-color: rgb(28,37,42); }
div.DivClassName
{
background-color: #1C252A;
}
.BgClassName
{
background-color: #1C252A;
}
</style>
border-color css
<style>
span { border-color: #1C252A; }
span { border-color: rgb(28,37,42); }
td.TdClassName
{
border-color: #1C252A;
}
.TagClassName
{
border-color: #1C252A;
}
</style>