Html Css Color HEX #132317 Black Bean

📋 copy color: '#132317'

red 19 ◦ green 35 ◦ blue 23

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

Shades of Black Bean #132317

Tints of Black Bean #132317

RGB

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

 GREEN value IS 35 (14.06% from 255) = 45.45%

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

R = 24.68%
G = 45.45%
B = 29.87%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.34

 K value IS 0.86

RGB Variations

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

Color information

#132317 (or 0x132317) is known color: Black Bean. HEX triplet: 13, 23 and 17. RGB value is (19,35,23). Sum of RGB (Red+Green+Blue) = 19+35+23=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 35 (14.06% from 255 or 45.45% from 77); Blue value is 23 (9.38% from 255 or 29.87% from 77); Max value from RGB is 35 - color contains mainly: green. Hex color #132317 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132317 is #ECDCE8. Grayscale: #1C1C1C. Windows color (decimal): -15523049 or 1516307. OLE color: 1516307.

HSL color Cylindrical-coordinate representation of color #132317: hue angle of 135º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #132317 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 35 23 -
CMYK 0.46 0 0.34 0.86
HSL 135º 0.3% 0.11% -
HSV(B) 135º 0.46% 0.14% -
XYZ 1.02 1.4 1.03 -
YUV 28.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 19 35 23 0.46 0 0.34 0.86 135 0.3 0.11
Hex 13 23 17 2E 0 22 56 87 1E B
Octal 23 43 27 56 0 42 126 207 36 13
Binary 10011 100011 10111 101110 0 100010 1010110 10000111 11110 1011

Color Harmonies of #132317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132317

Black with #132317

Text Example


Text Example

White with #132317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132317; }

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

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

background-color css

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

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

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

border-color css

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

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

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