#1D211E

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

Shades of Black Bean #1D211E

Tints of Black Bean #1D211E

Color information

#1D211E (or 0x1D211E) is unknown color: approx Black Bean. HEX triplet: 1D, 21 and 1E. RGB value is (29,33,30). Sum of RGB (Red+Green+Blue) = 29+33+30=92 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.52% from 92); Green value is 33 (13.28% from 255 or 35.87% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 33 - color contains mainly: green. Hex color #1D211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D211E is #E2DEE1. Grayscale: #1F1F1F. Windows color (decimal): -14868194 or 1974557. OLE color: 1974557.

HSL color Cylindrical-coordinate representation of color #1D211E: hue angle of 135º 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 #1D211E is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB293330-
CMYK0.1200.090.87
HSL135º6.45%12.16%-
HSV(B)135º12.12%12.94%-
XYZ1.281.441.44-
YUV31.46127.17126.24-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.52%
GREEN value IS 33 (13.28% from 255) = 35.87%
BLUE value IS 30 (12.11% from 255) = 32.61%
R=31.52%
G=35.87%
B=32.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2933300.1200.090.871356.4512.16
Hex1D211EC0957876c
Octal35413614011127207614
Binary11101100001111101100010011010111100001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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