Shades of Black Pearl #1C2B2F
Tints of Black Pearl #1C2B2F
RGB
CMYK
RGB Variations
Color information
#1C2B2F (or 0x1C2B2F) is known color: Black Pearl. HEX triplet: 1C, 2B and 2F. RGB value is (28,43,47). Sum of RGB (Red+Green+Blue) = 28+43+47=118 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.73% from 118); Green value is 43 (17.19% from 255 or 36.44% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 47 - color contains mainly: blue. Hex color #1C2B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2B2F is #E3D4D0. Grayscale: #262626. Windows color (decimal): -14931153 or 3091228. OLE color: 3091228.
HSL color Cylindrical-coordinate representation of color #1C2B2F: hue angle of 192.63º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1C2B2F is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 28 | 43 | 47 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.82 |
| HSL | 192.63º | 0.25% | 0.15% | - |
| HSV(B) | 192.63º | 0.4% | 0.18% | - |
| XYZ | 1.86 | 2.18 | 3.01 | - |
| YUV | 38.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 43 | 47 | 0.40 | 0.09 | 0 | 0.82 | 192.63 | 0.25 | 0.15 |
| Hex | 1C | 2B | 2F | 28 | 9 | 0 | 52 | C1 | 19 | F |
| Octal | 34 | 53 | 57 | 50 | 11 | 0 | 122 | 301 | 31 | 17 |
| Binary | 11100 | 101011 | 101111 | 101000 | 1001 | 0 | 1010010 | 11000001 | 11001 | 1111 |
Color Harmonies of #1C2B2F
Complementary color
Monochromatic Colors of #1C2B2F
Black with #1C2B2F
Text Example
Text Example
White with #1C2B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2B2F; }
p { color: rgb(28,43,47); }
H1.HeaderClassName
{
color: #1C2B2F;
}
.AnyTagClassName
{
color: #1C2B2F;
}
</style>
background-color css
<style>
a { background-color: #1C2B2F; }
a { background-color: rgb(28,43,47); }
div.DivClassName
{
background-color: #1C2B2F;
}
.BgClassName
{
background-color: #1C2B2F;
}
</style>
border-color css
<style>
span { border-color: #1C2B2F; }
span { border-color: rgb(28,43,47); }
td.TdClassName
{
border-color: #1C2B2F;
}
.TagClassName
{
border-color: #1C2B2F;
}
</style>