Html Css Color HEX #1D3521 Black Bean

📋 copy color: '#1D3521'

red 29 ◦ green 53 ◦ blue 33

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

Shades of Black Bean #1D3521

Tints of Black Bean #1D3521

RGB

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

 GREEN value IS 53 (21.09% from 255) = 46.09%

 BLUE value IS 33 (13.28% from 255) = 28.7%

R = 25.22%
G = 46.09%
B = 28.7%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.38

 K value IS 0.79

RGB Variations

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

Color information

#1D3521 (or 0x1D3521) is known color: Black Bean. HEX triplet: 1D, 35 and 21. RGB value is (29,53,33). Sum of RGB (Red+Green+Blue) = 29+53+33=115 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.22% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 53 - color contains mainly: green. Hex color #1D3521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3521 is #E2CADE. Grayscale: #2B2B2B. Windows color (decimal): -14863071 or 2176285. OLE color: 2176285.

HSL color Cylindrical-coordinate representation of color #1D3521: hue angle of 130º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1D3521 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.79.

Color convert

RGB 29 53 33 -
CMYK 0.45 0 0.38 0.79
HSL 130º 0.29% 0.16% -
HSV(B) 130º 0.45% 0.21% -
XYZ 2.05 2.92 1.89 -
YUV 43.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 29 53 33 0.45 0 0.38 0.79 130 0.29 0.16
Hex 1D 35 21 2D 0 26 4F 82 1D 10
Octal 35 65 41 55 0 46 117 202 35 20
Binary 11101 110101 100001 101101 0 100110 1001111 10000010 11101 10000

Color Harmonies of #1D3521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3521

Black with #1D3521

Text Example


Text Example

White with #1D3521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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