Html Css Color HEX #1F3125 Black Bean

📋 copy color: '#1F3125'

red 31 ◦ green 49 ◦ blue 37

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

Shades of Black Bean #1F3125

Tints of Black Bean #1F3125

RGB

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

 GREEN value IS 49 (19.53% from 255) = 41.88%

 BLUE value IS 37 (14.84% from 255) = 31.62%

R = 26.5%
G = 41.88%
B = 31.62%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.81

RGB Variations

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

Color information

#1F3125 (or 0x1F3125) is known color: Black Bean. HEX triplet: 1F, 31 and 25. RGB value is (31,49,37). Sum of RGB (Red+Green+Blue) = 31+49+37=117 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.50% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 49 - color contains mainly: green. Hex color #1F3125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3125 is #E0CEDA. Grayscale: #2A2A2A. Windows color (decimal): -14733019 or 2437407. OLE color: 2437407.

HSL color Cylindrical-coordinate representation of color #1F3125: hue angle of 140º degrees, saturation: 0.22, 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 #1F3125 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.81.

Color convert

RGB 31 49 37 -
CMYK 0.37 0 0.24 0.81
HSL 140º 0.23% 0.16% -
HSV(B) 140º 0.37% 0.19% -
XYZ 2 2.62 2.15 -
YUV 42.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 31 49 37 0.37 0 0.24 0.81 140 0.23 0.16
Hex 1F 31 25 25 0 18 51 8C 16 10
Octal 37 61 45 45 0 30 121 214 26 20
Binary 11111 110001 100101 100101 0 11000 1010001 10001100 10110 10000

Color Harmonies of #1F3125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3125

Black with #1F3125

Text Example


Text Example

White with #1F3125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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