Html Css Color HEX #131D16 Black Bean

📋 copy color: '#131D16'

red 19 ◦ green 29 ◦ blue 22

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

Shades of Black Bean #131D16

Tints of Black Bean #131D16

RGB

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

 GREEN value IS 29 (11.72% from 255) = 41.43%

 BLUE value IS 22 (8.98% from 255) = 31.43%

R = 27.14%
G = 41.43%
B = 31.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.24

 K value IS 0.89

RGB Variations

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

Color information

#131D16 (or 0x131D16) is known color: Black Bean. HEX triplet: 13, 1D and 16. RGB value is (19,29,22). Sum of RGB (Red+Green+Blue) = 19+29+22=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 29 (11.72% from 255 or 41.43% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 29 - color contains mainly: green. Hex color #131D16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131D16 is #ECE2E9. Grayscale: #191919. Windows color (decimal): -15524586 or 1449235. OLE color: 1449235.

HSL color Cylindrical-coordinate representation of color #131D16: hue angle of 138º degrees, saturation: 0.21, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #131D16 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 29 22 -
CMYK 0.34 0 0.24 0.89
HSL 138º 0.21% 0.09% -
HSV(B) 138º 0.34% 0.11% -
XYZ 0.85 1.08 0.92 -
YUV 25.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 19 29 22 0.34 0 0.24 0.89 138 0.21 0.09
Hex 13 1D 16 22 0 18 59 8A 15 9
Octal 23 35 26 42 0 30 131 212 25 11
Binary 10011 11101 10110 100010 0 11000 1011001 10001010 10101 1001

Color Harmonies of #131D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131D16

Black with #131D16

Text Example


Text Example

White with #131D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,29,22); }

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

background-color css

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

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

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

border-color css

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

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

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