Html Css Color HEX #132816 Black Bean

📋 copy color: '#132816'

red 19 ◦ green 40 ◦ blue 22

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

Shades of Black Bean #132816

Tints of Black Bean #132816

RGB

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

 GREEN value IS 40 (16.02% from 255) = 49.38%

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

R = 23.46%
G = 49.38%
B = 27.16%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.45

 K value IS 0.84

RGB Variations

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

Color information

#132816 (or 0x132816) is known color: Black Bean. HEX triplet: 13, 28 and 16. RGB value is (19,40,22). Sum of RGB (Red+Green+Blue) = 19+40+22=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 40 (16.02% from 255 or 49.38% from 81); Blue value is 22 (8.98% from 255 or 27.16% from 81); Max value from RGB is 40 - color contains mainly: green. Hex color #132816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132816 is #ECD7E9. Grayscale: #1F1F1F. Windows color (decimal): -15521770 or 1452051. OLE color: 1452051.

HSL color Cylindrical-coordinate representation of color #132816: hue angle of 128.57º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #132816 is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 40 22 -
CMYK 0.52 0 0.45 0.84
HSL 128.57º 0.36% 0.12% -
HSV(B) 128.57º 0.53% 0.16% -
XYZ 1.17 1.71 1.03 -
YUV 31.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 19 40 22 0.52 0 0.45 0.84 128.57 0.36 0.12
Hex 13 28 16 34 0 2D 54 81 24 C
Octal 23 50 26 64 0 55 124 201 44 14
Binary 10011 101000 10110 110100 0 101101 1010100 10000001 100100 1100

Color Harmonies of #132816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132816

Black with #132816

Text Example


Text Example

White with #132816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132816; }

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

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

background-color css

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

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

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

border-color css

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

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

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