Html Css Color HEX #1F251F Black Bean

📋 copy color: '#1F251F'

red 31 ◦ green 37 ◦ blue 31

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

Shades of Black Bean #1F251F

Tints of Black Bean #1F251F

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 value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#1F251F (or 0x1F251F) is known color: 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

RGB 31 37 31 -
CMYK 0.16 0 0.16 0.85
HSL 120º 0.09% 0.13% -
HSV(B) 120º 0.16% 0.15% -
XYZ 1.47 1.71 1.55 -
YUV 34.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 31 37 31 0.16 0 0.16 0.85 120 0.09 0.13
Hex 1F 25 1F 10 0 10 55 78 9 D
Octal 37 45 37 20 0 20 125 170 11 15
Binary 11111 100101 11111 10000 0 10000 1010101 1111000 1001 1101

Color Harmonies of #1F251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F251F

Black with #1F251F

Text Example


Text Example

White with #1F251F

Text Example


Text Example

HTML Codes & Css Web 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>