Html Css Color HEX #132413 Black Bean

📋 copy color: '#132413'

red 19 ◦ green 36 ◦ blue 19

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

Shades of Black Bean #132413

Tints of Black Bean #132413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 48.65%

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

R = 25.68%
G = 48.65%
B = 25.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#132413 (or 0x132413) is known color: Black Bean. HEX triplet: 13, 24 and 13. RGB value is (19,36,19). Sum of RGB (Red+Green+Blue) = 19+36+19=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 36 (14.45% from 255 or 48.65% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 36 - color contains mainly: green. Hex color #132413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132413 is #ECDBEC. Grayscale: #1D1D1D. Windows color (decimal): -15522797 or 1254419. OLE color: 1254419.

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

Color convert

RGB 19 36 19 -
CMYK 0.47 0 0.47 0.86
HSL 120º 0.31% 0.11% -
HSV(B) 120º 0.47% 0.14% -
XYZ 1.02 1.45 0.84 -
YUV 28.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 19 36 19 0.47 0 0.47 0.86 120 0.31 0.11
Hex 13 24 13 2F 0 2F 56 78 1F B
Octal 23 44 23 57 0 57 126 170 37 13
Binary 10011 100100 10011 101111 0 101111 1010110 1111000 11111 1011

Color Harmonies of #132413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132413

Black with #132413

Text Example


Text Example

White with #132413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132413; }

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

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

background-color css

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

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

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

border-color css

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

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

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