#1F3624

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

Shades of Black Bean #1F3624

Tints of Black Bean #1F3624

Color information

#1F3624 (or 0x1F3624) is unknown color: approx Black Bean. HEX triplet: 1F, 36 and 24. RGB value is (31,54,36). Sum of RGB (Red+Green+Blue) = 31+54+36=121 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.62% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 54 - color contains mainly: green. Hex color #1F3624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3624 is #E0C9DB. Grayscale: #2D2D2D. Windows color (decimal): -14731740 or 2373151. OLE color: 2373151.

HSL color Cylindrical-coordinate representation of color #1F3624: hue angle of 133.04º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1F3624 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.79.

Color convert

RGB315436-
CMYK0.4300.330.79
HSL133.04º27.06%16.67%-
HSV(B)133.04º42.59%21.18%-
XYZ2.23.062.14-
YUV45.07122.88117.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25.62%
GREEN value IS 54 (21.48% from 255) = 44.63%
BLUE value IS 36 (14.45% from 255) = 29.75%
R=25.62%
G=44.63%
B=29.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3154360.4300.330.79133.0427.0616.67
Hex1F36242B0214F851b11
Octal376644530411172053321
Binary1111111011010010010101101000011001111100001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,54,36); }

 H1.HeaderClassName
 {
   color: #1F3624;
 }
 .AnyTagClassName
 {
   color: #1F3624;
 }
</style>
background-color css

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

 a { background-color: rgb(31,54,36); }

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

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

 span { border-color: rgb(31,54,36); }

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