Html Css Color HEX #1F2520 Black Bean

📋 copy color: '#1F2520'

red 31 ◦ green 37 ◦ blue 32

#1F2520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #1F2520

Tints of Black Bean #1F2520

RGB

 RED value IS 31 (12.5% from 255) = 31%

 GREEN value IS 37 (14.84% from 255) = 37%

 BLUE value IS 32 (12.89% from 255) = 32%

R = 31%
G = 37%
B = 32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#1F2520 (or 0x1F2520) is known color: Black Bean. HEX triplet: 1F, 25 and 20. RGB value is (31,37,32). Sum of RGB (Red+Green+Blue) = 31+37+32=100 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 37 - color contains mainly: green. Hex color #1F2520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2520 is #E0DADF. Grayscale: #222222. Windows color (decimal): -14736096 or 2106655. OLE color: 2106655.

HSL color Cylindrical-coordinate representation of color #1F2520: hue angle of 130º 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 #1F2520 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB 31 37 32 -
CMYK 0.16 0 0.14 0.85
HSL 130º 0.09% 0.13% -
HSV(B) 130º 0.16% 0.15% -
XYZ 1.49 1.72 1.62 -
YUV 34.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 31 37 32 0.16 0 0.14 0.85 130 0.09 0.13
Hex 1F 25 20 10 0 E 55 82 9 D
Octal 37 45 40 20 0 16 125 202 11 15
Binary 11111 100101 100000 10000 0 1110 1010101 10000010 1001 1101

Color Harmonies of #1F2520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2520

Black with #1F2520

Text Example


Text Example

White with #1F2520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F2520;
 }
 .AnyTagClassName
 {
   color: #1F2520;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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