Html Css Color HEX #132A14 Black Bean

📋 copy color: '#132A14'

red 19 ◦ green 42 ◦ blue 20

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

Shades of Black Bean #132A14

Tints of Black Bean #132A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 24.69%

R = 23.46%
G = 51.85%
B = 24.69%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.52

 K value IS 0.84

RGB Variations

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

Color information

#132A14 (or 0x132A14) is known color: Black Bean. HEX triplet: 13, 2A and 14. RGB value is (19,42,20). Sum of RGB (Red+Green+Blue) = 19+42+20=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 42 (16.80% from 255 or 51.85% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 42 - color contains mainly: green. Hex color #132A14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132A14 is #ECD5EB. Grayscale: #202020. Windows color (decimal): -15521260 or 1321491. OLE color: 1321491.

HSL color Cylindrical-coordinate representation of color #132A14: hue angle of 122.61º 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 #132A14 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 42 20 -
CMYK 0.55 0 0.52 0.84
HSL 122.61º 0.38% 0.12% -
HSV(B) 122.61º 0.55% 0.16% -
XYZ 1.22 1.84 0.95 -
YUV 32.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 19 42 20 0.55 0 0.52 0.84 122.61 0.38 0.12
Hex 13 2A 14 37 0 34 54 7B 26 C
Octal 23 52 24 67 0 64 124 173 46 14
Binary 10011 101010 10100 110111 0 110100 1010100 1111011 100110 1100

Color Harmonies of #132A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132A14

Black with #132A14

Text Example


Text Example

White with #132A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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