Html Css Color HEX #131F14 Black Bean

📋 copy color: '#131F14'

red 19 ◦ green 31 ◦ blue 20

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

Shades of Black Bean #131F14

Tints of Black Bean #131F14

RGB

 RED value IS 19 (7.81% from 255) = 27.14%

 GREEN value IS 31 (12.5% from 255) = 44.29%

 BLUE value IS 20 (8.2% from 255) = 28.57%

R = 27.14%
G = 44.29%
B = 28.57%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.35

 K value IS 0.88

RGB Variations

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

Color information

#131F14 (or 0x131F14) is known color: Black Bean. HEX triplet: 13, 1F and 14. RGB value is (19,31,20). Sum of RGB (Red+Green+Blue) = 19+31+20=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 31 (12.5% from 255 or 44.29% from 70); Blue value is 20 (8.20% from 255 or 28.57% from 70); Max value from RGB is 31 - color contains mainly: green. Hex color #131F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131F14 is #ECE0EB. Grayscale: #1A1A1A. Windows color (decimal): -15524076 or 1318675. OLE color: 1318675.

HSL color Cylindrical-coordinate representation of color #131F14: hue angle of 125º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #131F14 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.88.

Color convert

RGB 19 31 20 -
CMYK 0.39 0 0.35 0.88
HSL 125º 0.24% 0.1% -
HSV(B) 125º 0.39% 0.12% -
XYZ 0.88 1.17 0.84 -
YUV 26.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 19 31 20 0.39 0 0.35 0.88 125 0.24 0.1
Hex 13 1F 14 27 0 23 58 7D 18 A
Octal 23 37 24 47 0 43 130 175 30 12
Binary 10011 11111 10100 100111 0 100011 1011000 1111101 11000 1010

Color Harmonies of #131F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131F14

Black with #131F14

Text Example


Text Example

White with #131F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131F14; }

 p { color: rgb(19,31,20); }

 H1.HeaderClassName
 {
   color: #131F14;
 }
 .AnyTagClassName
 {
   color: #131F14;
 }
</style>

background-color css

<style>
 a { background-color: #131F14; }

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

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

border-color css

<style>
 span { border-color: #131F14; }

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

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