Html Css Color HEX #132516 Black Bean

📋 copy color: '#132516'

red 19 ◦ green 37 ◦ blue 22

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

Shades of Black Bean #132516

Tints of Black Bean #132516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 47.44%

 BLUE value IS 22 (8.98% from 255) = 28.21%

R = 24.36%
G = 47.44%
B = 28.21%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#132516 (or 0x132516) is known color: Black Bean. HEX triplet: 13, 25 and 16. RGB value is (19,37,22). Sum of RGB (Red+Green+Blue) = 19+37+22=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #132516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132516 is #ECDAE9. Grayscale: #1D1D1D. Windows color (decimal): -15522538 or 1451283. OLE color: 1451283.

HSL color Cylindrical-coordinate representation of color #132516: hue angle of 130º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #132516 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 37 22 -
CMYK 0.49 0 0.41 0.85
HSL 130º 0.32% 0.11% -
HSV(B) 130º 0.49% 0.15% -
XYZ 1.07 1.52 1 -
YUV 29.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 19 37 22 0.49 0 0.41 0.85 130 0.32 0.11
Hex 13 25 16 31 0 29 55 82 20 B
Octal 23 45 26 61 0 51 125 202 40 13
Binary 10011 100101 10110 110001 0 101001 1010101 10000010 100000 1011

Color Harmonies of #132516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132516

Black with #132516

Text Example


Text Example

White with #132516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132516; }

 p { color: rgb(19,37,22); }

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

background-color css

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

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

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

border-color css

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

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

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