#1F3322

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

Shades of Black Bean #1F3322

Tints of Black Bean #1F3322

Color information

#1F3322 (or 0x1F3322) is unknown color: approx Black Bean. HEX triplet: 1F, 33 and 22. RGB value is (31,51,34). Sum of RGB (Red+Green+Blue) = 31+51+34=116 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.72% from 116); Green value is 51 (20.31% from 255 or 43.97% from 116); Blue value is 34 (13.67% from 255 or 29.31% from 116); Max value from RGB is 51 - color contains mainly: green. Hex color #1F3322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3322 is #E0CCDD. Grayscale: #2B2B2B. Windows color (decimal): -14732510 or 2241311. OLE color: 2241311.

HSL color Cylindrical-coordinate representation of color #1F3322: hue angle of 129º 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 #1F3322 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.8.

Color convert

RGB315134-
CMYK0.3900.330.8
HSL129º24.39%16.08%-
HSV(B)129º39.22%20%-
XYZ2.042.771.94-
YUV43.08122.87119.38-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.72%
GREEN value IS 51 (20.31% from 255) = 43.97%
BLUE value IS 34 (13.67% from 255) = 29.31%
R=26.72%
G=43.97%
B=29.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3151340.3900.330.812924.3916.08
Hex1F33222702150811810
Octal376342470411202013020
Binary1111111001110001010011101000011010000100000011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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