Html Css Color HEX #132C19 Black Bean

📋 copy color: '#132C19'

red 19 ◦ green 44 ◦ blue 25

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

Shades of Black Bean #132C19

Tints of Black Bean #132C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 28.41%

R = 21.59%
G = 50%
B = 28.41%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.43

 K value IS 0.83

RGB Variations

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

Color information

#132C19 (or 0x132C19) is known color: Black Bean. HEX triplet: 13, 2C and 19. RGB value is (19,44,25). Sum of RGB (Red+Green+Blue) = 19+44+25=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 44 (17.58% from 255 or 50% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 44 - color contains mainly: green. Hex color #132C19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132C19 is #ECD3E6. Grayscale: #222222. Windows color (decimal): -15520743 or 1649683. OLE color: 1649683.

HSL color Cylindrical-coordinate representation of color #132C19: hue angle of 134.4º 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 #132C19 is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.83.

Color convert

RGB 19 44 25 -
CMYK 0.57 0 0.43 0.83
HSL 134.4º 0.4% 0.12% -
HSV(B) 134.4º 0.57% 0.17% -
XYZ 1.34 2.01 1.24 -
YUV 34.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 19 44 25 0.57 0 0.43 0.83 134.4 0.4 0.12
Hex 13 2C 19 39 0 2B 53 86 28 C
Octal 23 54 31 71 0 53 123 206 50 14
Binary 10011 101100 11001 111001 0 101011 1010011 10000110 101000 1100

Color Harmonies of #132C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C19

Black with #132C19

Text Example


Text Example

White with #132C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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