Html Css Color HEX #132014 Black Bean

📋 copy color: '#132014'

red 19 ◦ green 32 ◦ blue 20

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

Shades of Black Bean #132014

Tints of Black Bean #132014

RGB

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

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

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

R = 26.76%
G = 45.07%
B = 28.17%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.37

 K value IS 0.87

RGB Variations

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

Color information

#132014 (or 0x132014) is known color: Black Bean. HEX triplet: 13, 20 and 14. RGB value is (19,32,20). Sum of RGB (Red+Green+Blue) = 19+32+20=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 32 (12.89% from 255 or 45.07% from 71); Blue value is 20 (8.20% from 255 or 28.17% from 71); Max value from RGB is 32 - color contains mainly: green. Hex color #132014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132014 is #ECDFEB. Grayscale: #1A1A1A. Windows color (decimal): -15523820 or 1318931. OLE color: 1318931.

HSL color Cylindrical-coordinate representation of color #132014: hue angle of 124.62º 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 #132014 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 32 20 -
CMYK 0.41 0 0.37 0.87
HSL 124.62º 0.25% 0.1% -
HSV(B) 124.62º 0.41% 0.13% -
XYZ 0.91 1.22 0.85 -
YUV 26.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 19 32 20 0.41 0 0.37 0.87 124.62 0.25 0.1
Hex 13 20 14 29 0 25 57 7D 19 A
Octal 23 40 24 51 0 45 127 175 31 12
Binary 10011 100000 10100 101001 0 100101 1010111 1111101 11001 1010

Color Harmonies of #132014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132014

Black with #132014

Text Example


Text Example

White with #132014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132014; }

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

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

background-color css

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

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

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

border-color css

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

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

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