Html Css Color HEX #132216 Black Bean

📋 copy color: '#132216'

red 19 ◦ green 34 ◦ blue 22

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

Shades of Black Bean #132216

Tints of Black Bean #132216

RGB

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

 GREEN value IS 34 (13.67% from 255) = 45.33%

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

R = 25.33%
G = 45.33%
B = 29.33%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.35

 K value IS 0.87

RGB Variations

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

Color information

#132216 (or 0x132216) is known color: Black Bean. HEX triplet: 13, 22 and 16. RGB value is (19,34,22). Sum of RGB (Red+Green+Blue) = 19+34+22=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 34 (13.67% from 255 or 45.33% from 75); Blue value is 22 (8.98% from 255 or 29.33% from 75); Max value from RGB is 34 - color contains mainly: green. Hex color #132216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132216 is #ECDDE9. Grayscale: #1C1C1C. Windows color (decimal): -15523306 or 1450515. OLE color: 1450515.

HSL color Cylindrical-coordinate representation of color #132216: hue angle of 132º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #132216 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 34 22 -
CMYK 0.44 0 0.35 0.87
HSL 132º 0.28% 0.1% -
HSV(B) 132º 0.44% 0.13% -
XYZ 0.99 1.34 0.97 -
YUV 28.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 19 34 22 0.44 0 0.35 0.87 132 0.28 0.1
Hex 13 22 16 2C 0 23 57 84 1C A
Octal 23 42 26 54 0 43 127 204 34 12
Binary 10011 100010 10110 101100 0 100011 1010111 10000100 11100 1010

Color Harmonies of #132216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132216

Black with #132216

Text Example


Text Example

White with #132216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132216; }

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

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

background-color css

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

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

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

border-color css

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

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

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