Html Css Color HEX #132013 Black Bean

📋 copy color: '#132013'

red 19 ◦ green 32 ◦ blue 19

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

Shades of Black Bean #132013

Tints of Black Bean #132013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 45.71%

 BLUE value IS 19 (7.81% from 255) = 27.14%

R = 27.14%
G = 45.71%
B = 27.14%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#132013 (or 0x132013) is known color: Black Bean. HEX triplet: 13, 20 and 13. RGB value is (19,32,19). Sum of RGB (Red+Green+Blue) = 19+32+19=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 32 - color contains mainly: green. Hex color #132013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132013 is #ECDFEC. Grayscale: #1A1A1A. Windows color (decimal): -15523821 or 1253395. OLE color: 1253395.

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

Color convert

RGB 19 32 19 -
CMYK 0.41 0 0.41 0.87
HSL 120º 0.25% 0.1% -
HSV(B) 120º 0.41% 0.13% -
XYZ 0.9 1.22 0.8 -
YUV 26.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 19 32 19 0.41 0 0.41 0.87 120 0.25 0.1
Hex 13 20 13 29 0 29 57 78 19 A
Octal 23 40 23 51 0 51 127 170 31 12
Binary 10011 100000 10011 101001 0 101001 1010111 1111000 11001 1010

Color Harmonies of #132013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132013

Black with #132013

Text Example


Text Example

White with #132013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132013; }

 p { color: rgb(19,32,19); }

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

background-color css

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

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

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

border-color css

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

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

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