Html Css Color HEX #132618 Black Bean

📋 copy color: '#132618'

red 19 ◦ green 38 ◦ blue 24

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

Shades of Black Bean #132618

Tints of Black Bean #132618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 46.91%

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

R = 23.46%
G = 46.91%
B = 29.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.37

 K value IS 0.85

RGB Variations

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

Color information

#132618 (or 0x132618) is known color: Black Bean. HEX triplet: 13, 26 and 18. RGB value is (19,38,24). Sum of RGB (Red+Green+Blue) = 19+38+24=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 38 (15.23% from 255 or 46.91% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 38 - color contains mainly: green. Hex color #132618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132618 is #ECD9E7. Grayscale: #1E1E1E. Windows color (decimal): -15522280 or 1582611. OLE color: 1582611.

HSL color Cylindrical-coordinate representation of color #132618: hue angle of 135.79º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #132618 is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 38 24 -
CMYK 0.50 0 0.37 0.85
HSL 135.79º 0.33% 0.11% -
HSV(B) 135.79º 0.5% 0.15% -
XYZ 1.13 1.59 1.11 -
YUV 30.72 124.21 119.64 -
System Red Green Blue C M Y K H S L
Decimal 19 38 24 0.50 0 0.37 0.85 135.79 0.33 0.11
Hex 13 26 18 32 0 25 55 88 21 B
Octal 23 46 30 62 0 45 125 210 41 13
Binary 10011 100110 11000 110010 0 100101 1010101 10001000 100001 1011

Color Harmonies of #132618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132618

Black with #132618

Text Example


Text Example

White with #132618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132618; }

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

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

background-color css

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

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

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

border-color css

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

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

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