Shades of Black Pearl #1C2C34
Tints of Black Pearl #1C2C34
RGB
CMYK
RGB Variations
Color information
#1C2C34 (or 0x1C2C34) is known color: Black Pearl. HEX triplet: 1C, 2C and 34. RGB value is (28,44,52). Sum of RGB (Red+Green+Blue) = 28+44+52=124 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.58% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 52 (20.70% from 255 or 41.94% from 124); Max value from RGB is 52 - color contains mainly: blue. Hex color #1C2C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2C34 is #E3D3CB. Grayscale: #282828. Windows color (decimal): -14930892 or 3419164. OLE color: 3419164.
HSL color Cylindrical-coordinate representation of color #1C2C34: hue angle of 200º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1C2C34 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 28 | 44 | 52 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.80 |
| HSL | 200º | 0.3% | 0.16% | - |
| HSV(B) | 200º | 0.46% | 0.2% | - |
| XYZ | 2 | 2.3 | 3.59 | - |
| YUV | 40.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 44 | 52 | 0.46 | 0.15 | 0 | 0.80 | 200 | 0.3 | 0.16 |
| Hex | 1C | 2C | 34 | 2E | F | 0 | 50 | C8 | 1E | 10 |
| Octal | 34 | 54 | 64 | 56 | 17 | 0 | 120 | 310 | 36 | 20 |
| Binary | 11100 | 101100 | 110100 | 101110 | 1111 | 0 | 1010000 | 11001000 | 11110 | 10000 |
Color Harmonies of #1C2C34
Complementary color
Monochromatic Colors of #1C2C34
Black with #1C2C34
Text Example
Text Example
White with #1C2C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2C34; }
p { color: rgb(28,44,52); }
H1.HeaderClassName
{
color: #1C2C34;
}
.AnyTagClassName
{
color: #1C2C34;
}
</style>
background-color css
<style>
a { background-color: #1C2C34; }
a { background-color: rgb(28,44,52); }
div.DivClassName
{
background-color: #1C2C34;
}
.BgClassName
{
background-color: #1C2C34;
}
</style>
border-color css
<style>
span { border-color: #1C2C34; }
span { border-color: rgb(28,44,52); }
td.TdClassName
{
border-color: #1C2C34;
}
.TagClassName
{
border-color: #1C2C34;
}
</style>