#1F3324

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

Shades of Black Bean #1F3324

Tints of Black Bean #1F3324

Color information

#1F3324 (or 0x1F3324) is unknown color: approx Black Bean. HEX triplet: 1F, 33 and 24. RGB value is (31,51,36). Sum of RGB (Red+Green+Blue) = 31+51+36=118 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.27% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 51 - color contains mainly: green. Hex color #1F3324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3324 is #E0CCDB. Grayscale: #2B2B2B. Windows color (decimal): -14732508 or 2372383. OLE color: 2372383.

HSL color Cylindrical-coordinate representation of color #1F3324: hue angle of 135º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1F3324 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.8.

Color convert

RGB315136-
CMYK0.3900.290.8
HSL135º24.39%16.08%-
HSV(B)135º39.22%20%-
XYZ2.072.792.1-
YUV43.31123.87119.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.27%
GREEN value IS 51 (20.31% from 255) = 43.22%
BLUE value IS 36 (14.45% from 255) = 30.51%
R=26.27%
G=43.22%
B=30.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3151360.3900.290.813524.3916.08
Hex1F33242701D50871810
Octal376344470351202073020
Binary111111100111001001001110111011010000100001111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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