#1F211F

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

Shades of Black Bean #1F211F

Tints of Black Bean #1F211F

Color information

#1F211F (or 0x1F211F) is unknown color: approx Black Bean. HEX triplet: 1F, 21 and 1F. RGB value is (31,33,31). Sum of RGB (Red+Green+Blue) = 31+33+31=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 33 - color contains mainly: green. Hex color #1F211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F211F is #E0DEE0. Grayscale: #202020. Windows color (decimal): -14737121 or 2040095. OLE color: 2040095.

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

Color convert

RGB313331-
CMYK0.0600.060.87
HSL120º3.13%12.55%-
HSV(B)120º6.06%12.94%-
XYZ1.361.481.51-
YUV32.17127.34127.16-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.63%
GREEN value IS 33 (13.28% from 255) = 34.74%
BLUE value IS 31 (12.5% from 255) = 32.63%
R=32.63%
G=34.74%
B=32.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3133310.0600.060.871203.1312.55
Hex1F211F60657783d
Octal374137606127170315
Binary1111110000111111110011010101111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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