#1F2A21

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

Shades of Black Bean #1F2A21

Tints of Black Bean #1F2A21

Color information

#1F2A21 (or 0x1F2A21) is unknown color: approx Black Bean. HEX triplet: 1F, 2A and 21. RGB value is (31,42,33). Sum of RGB (Red+Green+Blue) = 31+42+33=106 (14% of max value = 765). Red value is 31 (12.5% from 255 or 29.25% from 106); Green value is 42 (16.80% from 255 or 39.62% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 42 - color contains mainly: green. Hex color #1F2A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2A21 is #E0D5DE. Grayscale: #252525. Windows color (decimal): -14734815 or 2173471. OLE color: 2173471.

HSL color Cylindrical-coordinate representation of color #1F2A21: hue angle of 130.91º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1F2A21 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.84.

Color convert

RGB314233-
CMYK0.2600.210.84
HSL130.91º15.07%14.31%-
HSV(B)130.91º26.19%16.47%-
XYZ1.672.061.75-
YUV37.68125.36123.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 29.25%
GREEN value IS 42 (16.80% from 255) = 39.62%
BLUE value IS 33 (13.28% from 255) = 31.13%
R=29.25%
G=39.62%
B=31.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3142330.2600.210.84130.9115.0714.31
Hex1F2A211A0155483fe
Octal375241320251242031716
Binary111111010101000011101001010110101001000001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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