#1F241F

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

Shades of Black Bean #1F241F

Tints of Black Bean #1F241F

Color information

#1F241F (or 0x1F241F) is unknown color: approx Black Bean. HEX triplet: 1F, 24 and 1F. RGB value is (31,36,31). Sum of RGB (Red+Green+Blue) = 31+36+31=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 36 (14.45% from 255 or 36.73% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 36 - color contains mainly: green. Hex color #1F241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F241F is #E0DBE0. Grayscale: #212121. Windows color (decimal): -14736353 or 2040863. OLE color: 2040863.

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

Color convert

RGB313631-
CMYK0.1400.140.86
HSL120º7.46%13.14%-
HSV(B)120º13.89%14.12%-
XYZ1.441.651.54-
YUV33.93126.34125.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.63%
GREEN value IS 36 (14.45% from 255) = 36.73%
BLUE value IS 31 (12.5% from 255) = 31.63%
R=31.63%
G=36.73%
B=31.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3136310.1400.140.861207.4613.14
Hex1F241FE0E56787d
Octal37443716016126170715
Binary1111110010011111111001110101011011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F241F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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