Html Css Color HEX #1C3621 Black Bean

📋 copy color: '#1C3621'

red 28 ◦ green 54 ◦ blue 33

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

Shades of Black Bean #1C3621

Tints of Black Bean #1C3621

RGB

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

 GREEN value IS 54 (21.48% from 255) = 46.96%

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

R = 24.35%
G = 46.96%
B = 28.7%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.39

 K value IS 0.79

RGB Variations

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

Color information

#1C3621 (or 0x1C3621) is known color: Black Bean. HEX triplet: 1C, 36 and 21. RGB value is (28,54,33). Sum of RGB (Red+Green+Blue) = 28+54+33=115 (15% of max value = 765). Red value is 28 (11.33% from 255 or 24.35% from 115); Green value is 54 (21.48% from 255 or 46.96% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 54 - color contains mainly: green. Hex color #1C3621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3621 is #E3C9DE. Grayscale: #2B2B2B. Windows color (decimal): -14928351 or 2176540. OLE color: 2176540.

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

Color convert

RGB 28 54 33 -
CMYK 0.48 0 0.39 0.79
HSL 131.54º 0.32% 0.16% -
HSV(B) 131.54º 0.48% 0.21% -
XYZ 2.07 3 1.91 -
YUV 43.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 28 54 33 0.48 0 0.39 0.79 131.54 0.32 0.16
Hex 1C 36 21 30 0 27 4F 84 20 10
Octal 34 66 41 60 0 47 117 204 40 20
Binary 11100 110110 100001 110000 0 100111 1001111 10000100 100000 10000

Color Harmonies of #1C3621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3621

Black with #1C3621

Text Example


Text Example

White with #1C3621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,54,33); }

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

background-color css

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

 a { background-color: rgb(28,54,33); }

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

border-color css

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

 span { border-color: rgb(28,54,33); }

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