Shades of Black Bean #1C1F1C
Tints of Black Bean #1C1F1C
RGB
CMYK
RGB Variations
Color information
#1C1F1C (or 0x1C1F1C) is known color: Black Bean. HEX triplet: 1C, 1F and 1C. RGB value is (28,31,28). Sum of RGB (Red+Green+Blue) = 28+31+28=87 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.18% from 87); Green value is 31 (12.5% from 255 or 35.63% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 31 - color contains mainly: green. Hex color #1C1F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C1F1C is #E3E0E3. Grayscale: #1D1D1D. Windows color (decimal): -14934244 or 1842972. OLE color: 1842972.
HSL color Cylindrical-coordinate representation of color #1C1F1C: hue angle of 120º degrees, saturation: 0.05, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #1C1F1C is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
RGB | 28 | 31 | 28 | - |
CMYK | 0.10 | 0 | 0.10 | 0.88 |
HSL | 120º | 0.05% | 0.12% | - |
HSV(B) | 120º | 0.1% | 0.12% | - |
XYZ | 1.18 | 1.31 | 1.29 | - |
YUV | 29.76 | 127.01 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 28 | 31 | 28 | 0.10 | 0 | 0.10 | 0.88 | 120 | 0.05 | 0.12 |
Hex | 1C | 1F | 1C | A | 0 | A | 58 | 78 | 5 | C |
Octal | 34 | 37 | 34 | 12 | 0 | 12 | 130 | 170 | 5 | 14 |
Binary | 11100 | 11111 | 11100 | 1010 | 0 | 1010 | 1011000 | 1111000 | 101 | 1100 |
Color Harmonies of #1C1F1C
Complementary color
Monochromatic Colors of #1C1F1C
Black with #1C1F1C
Text Example
Text Example
White with #1C1F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1F1C; }
p { color: rgb(28,31,28); }
H1.HeaderClassName
{
color: #1C1F1C;
}
.AnyTagClassName
{
color: #1C1F1C;
}
</style>
background-color css
<style>
a { background-color: #1C1F1C; }
a { background-color: rgb(28,31,28); }
div.DivClassName
{
background-color: #1C1F1C;
}
.BgClassName
{
background-color: #1C1F1C;
}
</style>
border-color css
<style>
span { border-color: #1C1F1C; }
span { border-color: rgb(28,31,28); }
td.TdClassName
{
border-color: #1C1F1C;
}
.TagClassName
{
border-color: #1C1F1C;
}
</style>