Html Css Color HEX #132C16 Black Bean

📋 copy color: '#132C16'

red 19 ◦ green 44 ◦ blue 22

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

Shades of Black Bean #132C16

Tints of Black Bean #132C16

RGB

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

 GREEN value IS 44 (17.58% from 255) = 51.76%

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

R = 22.35%
G = 51.76%
B = 25.88%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.5

 K value IS 0.83

RGB Variations

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

Color information

#132C16 (or 0x132C16) is known color: Black Bean. HEX triplet: 13, 2C and 16. RGB value is (19,44,22). Sum of RGB (Red+Green+Blue) = 19+44+22=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 44 (17.58% from 255 or 51.76% from 85); Blue value is 22 (8.98% from 255 or 25.88% from 85); Max value from RGB is 44 - color contains mainly: green. Hex color #132C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132C16 is #ECD3E9. Grayscale: #222222. Windows color (decimal): -15520746 or 1453075. OLE color: 1453075.

HSL color Cylindrical-coordinate representation of color #132C16: hue angle of 127.2º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #132C16 is Cyan = 0.57, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.83.

Color convert

RGB 19 44 22 -
CMYK 0.57 0 0.5 0.83
HSL 127.2º 0.4% 0.12% -
HSV(B) 127.2º 0.57% 0.17% -
XYZ 1.31 2 1.08 -
YUV 34.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 19 44 22 0.57 0 0.5 0.83 127.2 0.4 0.12
Hex 13 2C 16 39 0 32 53 7F 28 C
Octal 23 54 26 71 0 62 123 177 50 14
Binary 10011 101100 10110 111001 0 110010 1010011 1111111 101000 1100

Color Harmonies of #132C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C16

Black with #132C16

Text Example


Text Example

White with #132C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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