Html Css Color HEX #132518 Black Bean

📋 copy color: '#132518'

red 19 ◦ green 37 ◦ blue 24

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

Shades of Black Bean #132518

Tints of Black Bean #132518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 46.25%

 BLUE value IS 24 (9.77% from 255) = 30%

R = 23.75%
G = 46.25%
B = 30%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.35

 K value IS 0.85

RGB Variations

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

Color information

#132518 (or 0x132518) is known color: Black Bean. HEX triplet: 13, 25 and 18. RGB value is (19,37,24). Sum of RGB (Red+Green+Blue) = 19+37+24=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 37 - color contains mainly: green. Hex color #132518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132518 is #ECDAE7. Grayscale: #1E1E1E. Windows color (decimal): -15522536 or 1582355. OLE color: 1582355.

HSL color Cylindrical-coordinate representation of color #132518: hue angle of 136.67º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #132518 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 37 24 -
CMYK 0.49 0 0.35 0.85
HSL 136.67º 0.32% 0.11% -
HSV(B) 136.67º 0.49% 0.15% -
XYZ 1.09 1.53 1.1 -
YUV 30.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 19 37 24 0.49 0 0.35 0.85 136.67 0.32 0.11
Hex 13 25 18 31 0 23 55 89 20 B
Octal 23 45 30 61 0 43 125 211 40 13
Binary 10011 100101 11000 110001 0 100011 1010101 10001001 100000 1011

Color Harmonies of #132518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132518

Black with #132518

Text Example


Text Example

White with #132518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132518; }

 p { color: rgb(19,37,24); }

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

background-color css

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

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

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

border-color css

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

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

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