Html Css Color HEX #132A15 Black Bean

📋 copy color: '#132A15'

red 19 ◦ green 42 ◦ blue 21

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

Shades of Black Bean #132A15

Tints of Black Bean #132A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 25.61%

R = 23.17%
G = 51.22%
B = 25.61%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.50

 K value IS 0.84

RGB Variations

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

Color information

#132A15 (or 0x132A15) is known color: Black Bean. HEX triplet: 13, 2A and 15. RGB value is (19,42,21). Sum of RGB (Red+Green+Blue) = 19+42+21=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 42 (16.80% from 255 or 51.22% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 42 - color contains mainly: green. Hex color #132A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132A15 is #ECD5EA. Grayscale: #202020. Windows color (decimal): -15521259 or 1387027. OLE color: 1387027.

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

Color convert

RGB 19 42 21 -
CMYK 0.55 0 0.50 0.84
HSL 125.22º 0.38% 0.12% -
HSV(B) 125.22º 0.55% 0.16% -
XYZ 1.23 1.85 1 -
YUV 32.73 121.38 118.21 -
System Red Green Blue C M Y K H S L
Decimal 19 42 21 0.55 0 0.50 0.84 125.22 0.38 0.12
Hex 13 2A 15 37 0 32 54 7D 26 C
Octal 23 52 25 67 0 62 124 175 46 14
Binary 10011 101010 10101 110111 0 110010 1010100 1111101 100110 1100

Color Harmonies of #132A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132A15

Black with #132A15

Text Example


Text Example

White with #132A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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