#1D211D

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

Shades of Black Bean #1D211D

Tints of Black Bean #1D211D

Color information

#1D211D (or 0x1D211D) is unknown color: approx Black Bean. HEX triplet: 1D, 21 and 1D. RGB value is (29,33,29). Sum of RGB (Red+Green+Blue) = 29+33+29=91 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.87% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 33 - color contains mainly: green. Hex color #1D211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D211D is #E2DEE2. Grayscale: #1F1F1F. Windows color (decimal): -14868195 or 1909021. OLE color: 1909021.

HSL color Cylindrical-coordinate representation of color #1D211D: hue angle of 120º degrees, saturation: 0.06, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #1D211D is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB293329-
CMYK0.1200.120.87
HSL120º6.45%12.16%-
HSV(B)120º12.12%12.94%-
XYZ1.271.441.37-
YUV31.35126.67126.33-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.87%
GREEN value IS 33 (13.28% from 255) = 36.26%
BLUE value IS 29 (11.72% from 255) = 31.87%
R=31.87%
G=36.26%
B=31.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2933290.1200.120.871206.4512.16
Hex1D211DC0C57786c
Octal35413514014127170614
Binary1110110000111101110001100101011111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D211D; }

 p { color: rgb(29,33,29); }

 H1.HeaderClassName
 {
   color: #1D211D;
 }
 .AnyTagClassName
 {
   color: #1D211D;
 }
</style>
background-color css

<style>
 a { background-color: #1D211D; }

 a { background-color: rgb(29,33,29); }

 div.DivClassName
 {
   background-color: #1D211D;
 }
 .BgClassName
 {
   background-color: #1D211D;
 }
</style>
border-color css

<style>
 span { border-color: #1D211D; }

 span { border-color: rgb(29,33,29); }

 td.TdClassName
 {
   border-color: #1D211D;
 }
 .TagClassName
 {
   border-color: #1D211D;
 }
</style>