Html Css Color HEX #132A16 Black Bean

📋 copy color: '#132A16'

red 19 ◦ green 42 ◦ blue 22

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

Shades of Black Bean #132A16

Tints of Black Bean #132A16

RGB

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

 GREEN value IS 42 (16.8% from 255) = 50.6%

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

R = 22.89%
G = 50.6%
B = 26.51%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.48

 K value IS 0.84

RGB Variations

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

Color information

#132A16 (or 0x132A16) is known color: Black Bean. HEX triplet: 13, 2A and 16. RGB value is (19,42,22). Sum of RGB (Red+Green+Blue) = 19+42+22=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 42 (16.80% from 255 or 50.60% from 83); Blue value is 22 (8.98% from 255 or 26.51% from 83); Max value from RGB is 42 - color contains mainly: green. Hex color #132A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132A16 is #ECD5E9. Grayscale: #202020. Windows color (decimal): -15521258 or 1452563. OLE color: 1452563.

HSL color Cylindrical-coordinate representation of color #132A16: hue angle of 127.83º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #132A16 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 42 22 -
CMYK 0.55 0 0.48 0.84
HSL 127.83º 0.38% 0.12% -
HSV(B) 127.83º 0.55% 0.16% -
XYZ 1.24 1.85 1.05 -
YUV 32.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 19 42 22 0.55 0 0.48 0.84 127.83 0.38 0.12
Hex 13 2A 16 37 0 30 54 80 26 C
Octal 23 52 26 67 0 60 124 200 46 14
Binary 10011 101010 10110 110111 0 110000 1010100 10000000 100110 1100

Color Harmonies of #132A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132A16

Black with #132A16

Text Example


Text Example

White with #132A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132A16; }

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

 H1.HeaderClassName
 {
   color: #132A16;
 }
 .AnyTagClassName
 {
   color: #132A16;
 }
</style>

background-color css

<style>
 a { background-color: #132A16; }

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

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

border-color css

<style>
 span { border-color: #132A16; }

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

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