Html Css Color HEX #132419 Black Bean

📋 copy color: '#132419'

red 19 ◦ green 36 ◦ blue 25

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

Shades of Black Bean #132419

Tints of Black Bean #132419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 31.25%

R = 23.75%
G = 45%
B = 31.25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.31

 K value IS 0.86

RGB Variations

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

Color information

#132419 (or 0x132419) is known color: Black Bean. HEX triplet: 13, 24 and 19. RGB value is (19,36,25). Sum of RGB (Red+Green+Blue) = 19+36+25=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 36 (14.45% from 255 or 45% from 80); Blue value is 25 (10.16% from 255 or 31.25% from 80); Max value from RGB is 36 - color contains mainly: green. Hex color #132419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132419 is #ECDBE6. Grayscale: #1D1D1D. Windows color (decimal): -15522791 or 1647635. OLE color: 1647635.

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

Color convert

RGB 19 36 25 -
CMYK 0.47 0 0.31 0.86
HSL 141.18º 0.31% 0.11% -
HSV(B) 141.18º 0.47% 0.14% -
XYZ 1.07 1.47 1.15 -
YUV 29.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 19 36 25 0.47 0 0.31 0.86 141.18 0.31 0.11
Hex 13 24 19 2F 0 1F 56 8D 1F B
Octal 23 44 31 57 0 37 126 215 37 13
Binary 10011 100100 11001 101111 0 11111 1010110 10001101 11111 1011

Color Harmonies of #132419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132419

Black with #132419

Text Example


Text Example

White with #132419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132419; }

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

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

background-color css

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

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

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

border-color css

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

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

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