#1C3621

Color #1C3621 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #1C3621

Tints of Black Bean #1C3621

Color information

#1C3621 (or 0x1C3621) is unknown color: approx 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

RGB285433-
CMYK0.4800.390.79
HSL131.54º31.71%16.08%-
HSV(B)131.54º48.15%21.18%-
XYZ2.0731.91-
YUV43.83121.89116.71-

RGB Variations

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

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.70%
R=24.35%
G=46.96%
B=28.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2854330.4800.390.79131.5431.7116.08
Hex1C3621300274F842010
Octal346641600471172044020
Binary11100110110100001110000010011110011111000010010000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>