#1F3121

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

Shades of Black Bean #1F3121

Tints of Black Bean #1F3121

Color information

#1F3121 (or 0x1F3121) is unknown color: approx Black Bean. HEX triplet: 1F, 31 and 21. RGB value is (31,49,33). Sum of RGB (Red+Green+Blue) = 31+49+33=113 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.43% from 113); Green value is 49 (19.53% from 255 or 43.36% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 49 - color contains mainly: green. Hex color #1F3121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3121 is #E0CEDE. Grayscale: #292929. Windows color (decimal): -14733023 or 2175263. OLE color: 2175263.

HSL color Cylindrical-coordinate representation of color #1F3121: hue angle of 126.67º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1F3121 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB314933-
CMYK0.3700.330.81
HSL126.67º22.5%15.69%-
HSV(B)126.67º36.73%19.22%-
XYZ1.942.61.84-
YUV41.79123.04120.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.43%
GREEN value IS 49 (19.53% from 255) = 43.36%
BLUE value IS 33 (13.28% from 255) = 29.20%
R=27.43%
G=43.36%
B=29.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3149330.3700.330.81126.6722.515.69
Hex1F312125021517f1610
Octal376141450411211772620
Binary111111100011000011001010100001101000111111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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