Html Css Color HEX #132616 Black Bean

📋 copy color: '#132616'

red 19 ◦ green 38 ◦ blue 22

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

Shades of Black Bean #132616

Tints of Black Bean #132616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 48.1%

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

R = 24.05%
G = 48.1%
B = 27.85%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.42

 K value IS 0.85

RGB Variations

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

Color information

#132616 (or 0x132616) is known color: Black Bean. HEX triplet: 13, 26 and 16. RGB value is (19,38,22). Sum of RGB (Red+Green+Blue) = 19+38+22=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 38 (15.23% from 255 or 48.10% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 38 - color contains mainly: green. Hex color #132616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132616 is #ECD9E9. Grayscale: #1E1E1E. Windows color (decimal): -15522282 or 1451539. OLE color: 1451539.

HSL color Cylindrical-coordinate representation of color #132616: hue angle of 129.47º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #132616 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 38 22 -
CMYK 0.50 0 0.42 0.85
HSL 129.47º 0.33% 0.11% -
HSV(B) 129.47º 0.5% 0.15% -
XYZ 1.11 1.58 1.01 -
YUV 30.5 123.21 119.8 -
System Red Green Blue C M Y K H S L
Decimal 19 38 22 0.50 0 0.42 0.85 129.47 0.33 0.11
Hex 13 26 16 32 0 2A 55 81 21 B
Octal 23 46 26 62 0 52 125 201 41 13
Binary 10011 100110 10110 110010 0 101010 1010101 10000001 100001 1011

Color Harmonies of #132616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132616

Black with #132616

Text Example


Text Example

White with #132616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132616; }

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

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

background-color css

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

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

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

border-color css

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

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

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