Html Css Color HEX #132313 Black Bean

📋 copy color: '#132313'

red 19 ◦ green 35 ◦ blue 19

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

Shades of Black Bean #132313

Tints of Black Bean #132313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 26.03%

R = 26.03%
G = 47.95%
B = 26.03%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.46

 K value IS 0.86

RGB Variations

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

Color information

#132313 (or 0x132313) is known color: Black Bean. HEX triplet: 13, 23 and 13. RGB value is (19,35,19). Sum of RGB (Red+Green+Blue) = 19+35+19=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 35 (14.06% from 255 or 47.95% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 35 - color contains mainly: green. Hex color #132313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132313 is #ECDCEC. Grayscale: #1C1C1C. Windows color (decimal): -15523053 or 1254163. OLE color: 1254163.

HSL color Cylindrical-coordinate representation of color #132313: hue angle of 120º 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 #132313 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 35 19 -
CMYK 0.46 0 0.46 0.86
HSL 120º 0.3% 0.11% -
HSV(B) 120º 0.46% 0.14% -
XYZ 0.99 1.39 0.83 -
YUV 28.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 19 35 19 0.46 0 0.46 0.86 120 0.3 0.11
Hex 13 23 13 2E 0 2E 56 78 1E B
Octal 23 43 23 56 0 56 126 170 36 13
Binary 10011 100011 10011 101110 0 101110 1010110 1111000 11110 1011

Color Harmonies of #132313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132313

Black with #132313

Text Example


Text Example

White with #132313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132313; }

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

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

background-color css

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

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

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

border-color css

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

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

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