#1F2C20

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

Shades of Black Bean #1F2C20

Tints of Black Bean #1F2C20

Color information

#1F2C20 (or 0x1F2C20) is unknown color: approx Black Bean. HEX triplet: 1F, 2C and 20. RGB value is (31,44,32). Sum of RGB (Red+Green+Blue) = 31+44+32=107 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.97% from 107); Green value is 44 (17.58% from 255 or 41.12% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 44 - color contains mainly: green. Hex color #1F2C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2C20 is #E0D3DF. Grayscale: #262626. Windows color (decimal): -14734304 or 2108447. OLE color: 2108447.

HSL color Cylindrical-coordinate representation of color #1F2C20: hue angle of 124.62º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1F2C20 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.83.

Color convert

RGB314432-
CMYK0.3000.270.83
HSL124.62º17.33%14.71%-
HSV(B)124.62º29.55%17.25%-
XYZ1.732.21.7-
YUV38.75124.19122.48-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 28.97%
GREEN value IS 44 (17.58% from 255) = 41.12%
BLUE value IS 32 (12.89% from 255) = 29.91%
R=28.97%
G=41.12%
B=29.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3144320.3000.270.83124.6217.3314.71
Hex1F2C201E01B537d11f
Octal375440360331231752117
Binary111111011001000001111001101110100111111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,44,32); }

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

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

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

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

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

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

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