Html Css Color HEX #132617 Black Bean

📋 copy color: '#132617'

red 19 ◦ green 38 ◦ blue 23

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

Shades of Black Bean #132617

Tints of Black Bean #132617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 28.75%

R = 23.75%
G = 47.5%
B = 28.75%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.39

 K value IS 0.85

RGB Variations

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

Color information

#132617 (or 0x132617) is known color: Black Bean. HEX triplet: 13, 26 and 17. RGB value is (19,38,23). Sum of RGB (Red+Green+Blue) = 19+38+23=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 38 (15.23% from 255 or 47.5% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 38 - color contains mainly: green. Hex color #132617 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132617 is #ECD9E8. Grayscale: #1E1E1E. Windows color (decimal): -15522281 or 1517075. OLE color: 1517075.

HSL color Cylindrical-coordinate representation of color #132617: hue angle of 132.63º 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 #132617 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 38 23 -
CMYK 0.50 0 0.39 0.85
HSL 132.63º 0.33% 0.11% -
HSV(B) 132.63º 0.5% 0.15% -
XYZ 1.12 1.59 1.06 -
YUV 30.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 19 38 23 0.50 0 0.39 0.85 132.63 0.33 0.11
Hex 13 26 17 32 0 27 55 85 21 B
Octal 23 46 27 62 0 47 125 205 41 13
Binary 10011 100110 10111 110010 0 100111 1010101 10000101 100001 1011

Color Harmonies of #132617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132617

Black with #132617

Text Example


Text Example

White with #132617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132617; }

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

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

background-color css

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

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

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

border-color css

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

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

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