#1D3020

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

Shades of Black Bean #1D3020

Tints of Black Bean #1D3020

Color information

#1D3020 (or 0x1D3020) is unknown color: approx Black Bean. HEX triplet: 1D, 30 and 20. RGB value is (29,48,32). Sum of RGB (Red+Green+Blue) = 29+48+32=109 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.61% from 109); Green value is 48 (19.14% from 255 or 44.04% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 48 - color contains mainly: green. Hex color #1D3020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3020 is #E2CFDF. Grayscale: #282828. Windows color (decimal): -14864352 or 2109469. OLE color: 2109469.

HSL color Cylindrical-coordinate representation of color #1D3020: hue angle of 129.47º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1D3020 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB294832-
CMYK0.4000.330.81
HSL129.47º24.68%15.1%-
HSV(B)129.47º39.58%18.82%-
XYZ1.822.481.75-
YUV40.49123.21119.8-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 26.61%
GREEN value IS 48 (19.14% from 255) = 44.04%
BLUE value IS 32 (12.89% from 255) = 29.36%
R=26.61%
G=44.04%
B=29.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2948320.4000.330.81129.4724.6815.1
Hex1D302028021518119f
Octal356040500411212013117
Binary111011100001000001010000100001101000110000001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,48,32); }

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

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

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

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

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

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

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