Html Css Color HEX #132614 Black Bean

📋 copy color: '#132614'

red 19 ◦ green 38 ◦ blue 20

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

Shades of Black Bean #132614

Tints of Black Bean #132614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 49.35%

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

R = 24.68%
G = 49.35%
B = 25.97%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.47

 K value IS 0.85

RGB Variations

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

Color information

#132614 (or 0x132614) is known color: Black Bean. HEX triplet: 13, 26 and 14. RGB value is (19,38,20). Sum of RGB (Red+Green+Blue) = 19+38+20=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 38 (15.23% from 255 or 49.35% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 38 - color contains mainly: green. Hex color #132614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132614 is #ECD9EB. Grayscale: #1E1E1E. Windows color (decimal): -15522284 or 1320467. OLE color: 1320467.

HSL color Cylindrical-coordinate representation of color #132614: hue angle of 123.16º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #132614 is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 38 20 -
CMYK 0.50 0 0.47 0.85
HSL 123.16º 0.33% 0.11% -
HSV(B) 123.16º 0.5% 0.15% -
XYZ 1.09 1.58 0.91 -
YUV 30.27 122.21 119.96 -
System Red Green Blue C M Y K H S L
Decimal 19 38 20 0.50 0 0.47 0.85 123.16 0.33 0.11
Hex 13 26 14 32 0 2F 55 7B 21 B
Octal 23 46 24 62 0 57 125 173 41 13
Binary 10011 100110 10100 110010 0 101111 1010101 1111011 100001 1011

Color Harmonies of #132614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132614

Black with #132614

Text Example


Text Example

White with #132614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132614; }

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

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

background-color css

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

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

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

border-color css

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

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

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