Html Css Color HEX #1D3320 Black Bean

📋 copy color: '#1D3320'

red 29 ◦ green 51 ◦ blue 32

#1D3320
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #1D3320

Tints of Black Bean #1D3320

RGB

 RED value IS 29 (11.72% from 255) = 25.89%

 GREEN value IS 51 (20.31% from 255) = 45.54%

 BLUE value IS 32 (12.89% from 255) = 28.57%

R = 25.89%
G = 45.54%
B = 28.57%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.37

 K value IS 0.8

RGB Variations

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

Color information

#1D3320 (or 0x1D3320) is known color: Black Bean. HEX triplet: 1D, 33 and 20. RGB value is (29,51,32). Sum of RGB (Red+Green+Blue) = 29+51+32=112 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.89% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 51 - color contains mainly: green. Hex color #1D3320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3320 is #E2CCDF. Grayscale: #2A2A2A. Windows color (decimal): -14863584 or 2110237. OLE color: 2110237.

HSL color Cylindrical-coordinate representation of color #1D3320: hue angle of 128.18º 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 #1D3320 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.8.

Color convert

RGB 29 51 32 -
CMYK 0.43 0 0.37 0.8
HSL 128.18º 0.28% 0.16% -
HSV(B) 128.18º 0.43% 0.2% -
XYZ 1.95 2.73 1.79 -
YUV 42.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 29 51 32 0.43 0 0.37 0.8 128.18 0.28 0.16
Hex 1D 33 20 2B 0 25 50 80 1C 10
Octal 35 63 40 53 0 45 120 200 34 20
Binary 11101 110011 100000 101011 0 100101 1010000 10000000 11100 10000

Color Harmonies of #1D3320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3320

Black with #1D3320

Text Example


Text Example

White with #1D3320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D3320;
 }
 .AnyTagClassName
 {
   color: #1D3320;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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