#1F251F

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

Shades of Black Bean #1F251F

Tints of Black Bean #1F251F

Color information

#1F251F (or 0x1F251F) is unknown color: approx Black Bean. HEX triplet: 1F, 25 and 1F. RGB value is (31,37,31). Sum of RGB (Red+Green+Blue) = 31+37+31=99 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31.31% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 37 - color contains mainly: green. Hex color #1F251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F251F is #E0DAE0. Grayscale: #222222. Windows color (decimal): -14736097 or 2041119. OLE color: 2041119.

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

Color convert

RGB313731-
CMYK0.1600.160.85
HSL120º8.82%13.33%-
HSV(B)120º16.22%14.51%-
XYZ1.471.711.55-
YUV34.52126.01125.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.31%
GREEN value IS 37 (14.84% from 255) = 37.37%
BLUE value IS 31 (12.5% from 255) = 31.31%
R=31.31%
G=37.37%
B=31.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3137310.1600.160.851208.8213.33
Hex1F251F1001055789d
Octal374537200201251701115
Binary1111110010111111100000100001010101111100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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