Html Css Color HEX #131E15 Black Bean

📋 copy color: '#131E15'

red 19 ◦ green 30 ◦ blue 21

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

Shades of Black Bean #131E15

Tints of Black Bean #131E15

RGB

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

 GREEN value IS 30 (12.11% from 255) = 42.86%

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

R = 27.14%
G = 42.86%
B = 30%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.88

RGB Variations

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

Color information

#131E15 (or 0x131E15) is known color: Black Bean. HEX triplet: 13, 1E and 15. RGB value is (19,30,21). Sum of RGB (Red+Green+Blue) = 19+30+21=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 30 (12.11% from 255 or 42.86% from 70); Blue value is 21 (8.59% from 255 or 30% from 70); Max value from RGB is 30 - color contains mainly: green. Hex color #131E15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131E15 is #ECE1EA. Grayscale: #191919. Windows color (decimal): -15524331 or 1383955. OLE color: 1383955.

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

Color convert

RGB 19 30 21 -
CMYK 0.37 0 0.30 0.88
HSL 130.91º 0.22% 0.1% -
HSV(B) 130.91º 0.37% 0.12% -
XYZ 0.87 1.12 0.88 -
YUV 25.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 19 30 21 0.37 0 0.30 0.88 130.91 0.22 0.1
Hex 13 1E 15 25 0 1E 58 83 16 A
Octal 23 36 25 45 0 36 130 203 26 12
Binary 10011 11110 10101 100101 0 11110 1011000 10000011 10110 1010

Color Harmonies of #131E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E15

Black with #131E15

Text Example


Text Example

White with #131E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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