Html Css Color HEX #1F231F Black Bean

📋 copy color: '#1F231F'

red 31 ◦ green 35 ◦ blue 31

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

Shades of Black Bean #1F231F

Tints of Black Bean #1F231F

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

 M value IS 0

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

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

RGB 31 35 31 -
CMYK 0.11 0 0.11 0.86
HSL 120º 0.06% 0.13% -
HSV(B) 120º 0.11% 0.14% -
XYZ 1.41 1.59 1.53 -
YUV 33.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 31 35 31 0.11 0 0.11 0.86 120 0.06 0.13
Hex 1F 23 1F B 0 B 56 78 6 D
Octal 37 43 37 13 0 13 126 170 6 15
Binary 11111 100011 11111 1011 0 1011 1010110 1111000 110 1101

Color Harmonies of #1F231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F231F

Black with #1F231F

Text Example


Text Example

White with #1F231F

Text Example


Text Example

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