Shades of Black Bean #1D221D
Tints of Black Bean #1D221D
RGB
CMYK
RGB Variations
Color information
#1D221D (or 0x1D221D) is known color: Black Bean. HEX triplet: 1D, 22 and 1D. RGB value is (29,34,29). Sum of RGB (Red+Green+Blue) = 29+34+29=92 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.52% from 92); Green value is 34 (13.67% from 255 or 36.96% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 34 - color contains mainly: green. Hex color #1D221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D221D is #E2DDE2. Grayscale: #1F1F1F. Windows color (decimal): -14867939 or 1909277. OLE color: 1909277.
HSL color Cylindrical-coordinate representation of color #1D221D: hue angle of 120º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #1D221D is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.
Color convert
RGB | 29 | 34 | 29 | - |
CMYK | 0.15 | 0 | 0.15 | 0.87 |
HSL | 120º | 0.08% | 0.12% | - |
HSV(B) | 120º | 0.15% | 0.13% | - |
XYZ | 1.3 | 1.49 | 1.38 | - |
YUV | 31.94 | 126.34 | 125.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 34 | 29 | 0.15 | 0 | 0.15 | 0.87 | 120 | 0.08 | 0.12 |
Hex | 1D | 22 | 1D | F | 0 | F | 57 | 78 | 8 | C |
Octal | 35 | 42 | 35 | 17 | 0 | 17 | 127 | 170 | 10 | 14 |
Binary | 11101 | 100010 | 11101 | 1111 | 0 | 1111 | 1010111 | 1111000 | 1000 | 1100 |
Color Harmonies of #1D221D
Complementary color
Monochromatic Colors of #1D221D
Black with #1D221D
Text Example
Text Example
White with #1D221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D221D; }
p { color: rgb(29,34,29); }
H1.HeaderClassName
{
color: #1D221D;
}
.AnyTagClassName
{
color: #1D221D;
}
</style>
background-color css
<style>
a { background-color: #1D221D; }
a { background-color: rgb(29,34,29); }
div.DivClassName
{
background-color: #1D221D;
}
.BgClassName
{
background-color: #1D221D;
}
</style>
border-color css
<style>
span { border-color: #1D221D; }
span { border-color: rgb(29,34,29); }
td.TdClassName
{
border-color: #1D221D;
}
.TagClassName
{
border-color: #1D221D;
}
</style>