Html Css Color HEX #131B16 Black Bean

📋 copy color: '#131B16'

red 19 ◦ green 27 ◦ blue 22

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

Shades of Black Bean #131B16

Tints of Black Bean #131B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 39.71%

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

R = 27.94%
G = 39.71%
B = 32.35%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.89

RGB Variations

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

Color information

#131B16 (or 0x131B16) is known color: Black Bean. HEX triplet: 13, 1B and 16. RGB value is (19,27,22). Sum of RGB (Red+Green+Blue) = 19+27+22=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 27 (10.94% from 255 or 39.71% from 68); Blue value is 22 (8.98% from 255 or 32.35% from 68); Max value from RGB is 27 - color contains mainly: green. Hex color #131B16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131B16 is #ECE4E9. Grayscale: #181818. Windows color (decimal): -15525098 or 1448723. OLE color: 1448723.

HSL color Cylindrical-coordinate representation of color #131B16: hue angle of 142.5º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #131B16 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 27 22 -
CMYK 0.30 0 0.19 0.89
HSL 142.5º 0.17% 0.09% -
HSV(B) 142.5º 0.3% 0.11% -
XYZ 0.81 0.98 0.91 -
YUV 24.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 19 27 22 0.30 0 0.19 0.89 142.5 0.17 0.09
Hex 13 1B 16 1E 0 13 59 8E 11 9
Octal 23 33 26 36 0 23 131 216 21 11
Binary 10011 11011 10110 11110 0 10011 1011001 10001110 10001 1001

Color Harmonies of #131B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131B16

Black with #131B16

Text Example


Text Example

White with #131B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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