#1F221F

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

Shades of Black Bean #1F221F

Tints of Black Bean #1F221F

Color information

#1F221F (or 0x1F221F) is unknown color: approx Black Bean. HEX triplet: 1F, 22 and 1F. RGB value is (31,34,31). Sum of RGB (Red+Green+Blue) = 31+34+31=96 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.29% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 34 - color contains mainly: green. Hex color #1F221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F221F is #E0DDE0. Grayscale: #202020. Windows color (decimal): -14736865 or 2040351. OLE color: 2040351.

HSL color Cylindrical-coordinate representation of color #1F221F: hue angle of 120º degrees, saturation: 0.05, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #1F221F is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB313431-
CMYK0.0900.090.87
HSL120º4.62%12.75%-
HSV(B)120º8.82%13.33%-
XYZ1.381.531.52-
YUV32.76127.01126.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.29%
GREEN value IS 34 (13.67% from 255) = 35.42%
BLUE value IS 31 (12.5% from 255) = 32.29%
R=32.29%
G=35.42%
B=32.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3134310.0900.090.871204.6212.75
Hex1F221F90957785d
Octal37423711011127170515
Binary1111110001011111100101001101011111110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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