#1D221D

Color #1D221D Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #1D221D

Tints of Black Bean #1D221D

Color information

#1D221D (or 0x1D221D) is unknown color: approx 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

RGB293429-
CMYK0.1500.150.87
HSL120º7.94%12.35%-
HSV(B)120º14.71%13.33%-
XYZ1.31.491.38-
YUV31.94126.34125.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 29 (11.72% from 255) = 31.52%
GREEN value IS 34 (13.67% from 255) = 36.96%
BLUE value IS 29 (11.72% from 255) = 31.52%
R=31.52%
G=36.96%
B=31.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2934290.1500.150.871207.9412.35
Hex1D221DF0F57788c
Octal354235170171271701014
Binary11101100010111011111011111010111111100010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>