#1F231F

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

Shades of Black Bean #1F231F

Tints of Black Bean #1F231F

Color information

#1F231F (or 0x1F231F) is unknown color: approx Black Bean. HEX triplet: 1F, 23 and 1F. RGB value is (31,35,31). Sum of RGB (Red+Green+Blue) = 31+35+31=97 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.96% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 31 (12.5% from 255 or 31.96% from 97); Max value from RGB is 35 - color contains mainly: green. Hex color #1F231F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F231F is #E0DCE0. Grayscale: #212121. Windows color (decimal): -14736609 or 2040607. OLE color: 2040607.

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

Color convert

RGB313531-
CMYK0.1100.110.86
HSL120º6.06%12.94%-
HSV(B)120º11.43%13.73%-
XYZ1.411.591.53-
YUV33.35126.67126.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.96%
GREEN value IS 35 (14.06% from 255) = 36.08%
BLUE value IS 31 (12.5% from 255) = 31.96%
R=31.96%
G=36.08%
B=31.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3135310.1100.110.861206.0612.94
Hex1F231FB0B56786d
Octal37433713013126170615
Binary1111110001111111101101011101011011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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