Html Css Color HEX #1C3420 Black Bean

📋 copy color: '#1C3420'

red 28 ◦ green 52 ◦ blue 32

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

Shades of Black Bean #1C3420

Tints of Black Bean #1C3420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 46.43%

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

R = 25%
G = 46.43%
B = 28.57%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#1C3420 (or 0x1C3420) is known color: Black Bean. HEX triplet: 1C, 34 and 20. RGB value is (28,52,32). Sum of RGB (Red+Green+Blue) = 28+52+32=112 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 52 - color contains mainly: green. Hex color #1C3420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3420 is #E3CBDF. Grayscale: #2A2A2A. Windows color (decimal): -14928864 or 2110492. OLE color: 2110492.

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

Color convert

RGB 28 52 32 -
CMYK 0.46 0 0.38 0.80
HSL 130º 0.3% 0.16% -
HSV(B) 130º 0.46% 0.2% -
XYZ 1.97 2.81 1.8 -
YUV 42.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 28 52 32 0.46 0 0.38 0.80 130 0.3 0.16
Hex 1C 34 20 2E 0 26 50 82 1E 10
Octal 34 64 40 56 0 46 120 202 36 20
Binary 11100 110100 100000 101110 0 100110 1010000 10000010 11110 10000

Color Harmonies of #1C3420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3420

Black with #1C3420

Text Example


Text Example

White with #1C3420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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