#1D3321

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

Shades of Black Bean #1D3321

Tints of Black Bean #1D3321

Color information

#1D3321 (or 0x1D3321) is unknown color: approx Black Bean. HEX triplet: 1D, 33 and 21. RGB value is (29,51,33). Sum of RGB (Red+Green+Blue) = 29+51+33=113 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.66% from 113); Green value is 51 (20.31% from 255 or 45.13% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 51 - color contains mainly: green. Hex color #1D3321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3321 is #E2CCDE. Grayscale: #2A2A2A. Windows color (decimal): -14863583 or 2175773. OLE color: 2175773.

HSL color Cylindrical-coordinate representation of color #1D3321: hue angle of 130.91º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1D3321 is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB295133-
CMYK0.4300.350.8
HSL130.91º27.5%15.69%-
HSV(B)130.91º43.14%20%-
XYZ1.972.741.86-
YUV42.37122.71118.46-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25.66%
GREEN value IS 51 (20.31% from 255) = 45.13%
BLUE value IS 33 (13.28% from 255) = 29.20%
R=25.66%
G=45.13%
B=29.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2951330.4300.350.8130.9127.515.69
Hex1D33212B02350831c10
Octal356341530431202033420
Binary1110111001110000110101101000111010000100000111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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