Html Css Color HEX #131F13 Black Bean

📋 copy color: '#131F13'

red 19 ◦ green 31 ◦ blue 19

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

Shades of Black Bean #131F13

Tints of Black Bean #131F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 27.54%

R = 27.54%
G = 44.93%
B = 27.54%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.39

 K value IS 0.88

RGB Variations

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

Color information

#131F13 (or 0x131F13) is known color: Black Bean. HEX triplet: 13, 1F and 13. RGB value is (19,31,19). Sum of RGB (Red+Green+Blue) = 19+31+19=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 31 (12.5% from 255 or 44.93% from 69); Blue value is 19 (7.81% from 255 or 27.54% from 69); Max value from RGB is 31 - color contains mainly: green. Hex color #131F13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131F13 is #ECE0EC. Grayscale: #1A1A1A. Windows color (decimal): -15524077 or 1253139. OLE color: 1253139.

HSL color Cylindrical-coordinate representation of color #131F13: hue angle of 120º 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 #131F13 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.88.

Color convert

RGB 19 31 19 -
CMYK 0.39 0 0.39 0.88
HSL 120º 0.24% 0.1% -
HSV(B) 120º 0.39% 0.12% -
XYZ 0.88 1.17 0.79 -
YUV 26.04 124.02 122.98 -
System Red Green Blue C M Y K H S L
Decimal 19 31 19 0.39 0 0.39 0.88 120 0.24 0.1
Hex 13 1F 13 27 0 27 58 78 18 A
Octal 23 37 23 47 0 47 130 170 30 12
Binary 10011 11111 10011 100111 0 100111 1011000 1111000 11000 1010

Color Harmonies of #131F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131F13

Black with #131F13

Text Example


Text Example

White with #131F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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