Html Css Color HEX #1C3820 Black Bean

📋 copy color: '#1C3820'

red 28 ◦ green 56 ◦ blue 32

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

Shades of Black Bean #1C3820

Tints of Black Bean #1C3820

RGB

 RED value IS 28 (11.33% from 255) = 24.14%

 GREEN value IS 56 (22.27% from 255) = 48.28%

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

R = 24.14%
G = 48.28%
B = 27.59%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.43

 K value IS 0.78

RGB Variations

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

Color information

#1C3820 (or 0x1C3820) is known color: Black Bean. HEX triplet: 1C, 38 and 20. RGB value is (28,56,32). Sum of RGB (Red+Green+Blue) = 28+56+32=116 (15% of max value = 765). Red value is 28 (11.33% from 255 or 24.14% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 56 - color contains mainly: green. Hex color #1C3820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3820 is #E3C7DF. Grayscale: #2C2C2C. Windows color (decimal): -14927840 or 2111516. OLE color: 2111516.

HSL color Cylindrical-coordinate representation of color #1C3820: hue angle of 128.57º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1C3820 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB 28 56 32 -
CMYK 0.50 0 0.43 0.78
HSL 128.57º 0.33% 0.16% -
HSV(B) 128.57º 0.5% 0.22% -
XYZ 2.15 3.18 1.87 -
YUV 44.89 120.72 115.95 -
System Red Green Blue C M Y K H S L
Decimal 28 56 32 0.50 0 0.43 0.78 128.57 0.33 0.16
Hex 1C 38 20 32 0 2B 4E 81 21 10
Octal 34 70 40 62 0 53 116 201 41 20
Binary 11100 111000 100000 110010 0 101011 1001110 10000001 100001 10000

Color Harmonies of #1C3820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3820

Black with #1C3820

Text Example


Text Example

White with #1C3820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,56,32); }

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

background-color css

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

 a { background-color: rgb(28,56,32); }

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

border-color css

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

 span { border-color: rgb(28,56,32); }

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