Html Css Color HEX #131F15 Black Bean

📋 copy color: '#131F15'

red 19 ◦ green 31 ◦ blue 21

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

Shades of Black Bean #131F15

Tints of Black Bean #131F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 29.58%

R = 26.76%
G = 43.66%
B = 29.58%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.88

RGB Variations

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

Color information

#131F15 (or 0x131F15) is known color: Black Bean. HEX triplet: 13, 1F and 15. RGB value is (19,31,21). Sum of RGB (Red+Green+Blue) = 19+31+21=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 31 (12.5% from 255 or 43.66% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 31 - color contains mainly: green. Hex color #131F15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131F15 is #ECE0EA. Grayscale: #1A1A1A. Windows color (decimal): -15524075 or 1384211. OLE color: 1384211.

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

Color convert

RGB 19 31 21 -
CMYK 0.39 0 0.32 0.88
HSL 130º 0.24% 0.1% -
HSV(B) 130º 0.39% 0.12% -
XYZ 0.89 1.17 0.89 -
YUV 26.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 19 31 21 0.39 0 0.32 0.88 130 0.24 0.1
Hex 13 1F 15 27 0 20 58 82 18 A
Octal 23 37 25 47 0 40 130 202 30 12
Binary 10011 11111 10101 100111 0 100000 1011000 10000010 11000 1010

Color Harmonies of #131F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131F15

Black with #131F15

Text Example


Text Example

White with #131F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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