Html Css Color HEX #132716 Black Bean

📋 copy color: '#132716'

red 19 ◦ green 39 ◦ blue 22

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

Shades of Black Bean #132716

Tints of Black Bean #132716

RGB

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

 GREEN value IS 39 (15.63% from 255) = 48.75%

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

R = 23.75%
G = 48.75%
B = 27.5%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.44

 K value IS 0.85

RGB Variations

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

Color information

#132716 (or 0x132716) is known color: Black Bean. HEX triplet: 13, 27 and 16. RGB value is (19,39,22). Sum of RGB (Red+Green+Blue) = 19+39+22=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 39 (15.62% from 255 or 48.75% from 80); Blue value is 22 (8.98% from 255 or 27.5% from 80); Max value from RGB is 39 - color contains mainly: green. Hex color #132716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132716 is #ECD8E9. Grayscale: #1F1F1F. Windows color (decimal): -15522026 or 1451795. OLE color: 1451795.

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

Color convert

RGB 19 39 22 -
CMYK 0.51 0 0.44 0.85
HSL 129º 0.34% 0.11% -
HSV(B) 129º 0.51% 0.15% -
XYZ 1.14 1.65 1.02 -
YUV 31.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 19 39 22 0.51 0 0.44 0.85 129 0.34 0.11
Hex 13 27 16 33 0 2C 55 81 22 B
Octal 23 47 26 63 0 54 125 201 42 13
Binary 10011 100111 10110 110011 0 101100 1010101 10000001 100010 1011

Color Harmonies of #132716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132716

Black with #132716

Text Example


Text Example

White with #132716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132716; }

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

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

background-color css

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

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

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

border-color css

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

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

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