Html Css Color HEX #132814 Black Bean

📋 copy color: '#132814'

red 19 ◦ green 40 ◦ blue 20

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

Shades of Black Bean #132814

Tints of Black Bean #132814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 50.63%

 BLUE value IS 20 (8.2% from 255) = 25.32%

R = 24.05%
G = 50.63%
B = 25.32%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.5

 K value IS 0.84

RGB Variations

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

Color information

#132814 (or 0x132814) is known color: Black Bean. HEX triplet: 13, 28 and 14. RGB value is (19,40,20). Sum of RGB (Red+Green+Blue) = 19+40+20=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 40 (16.02% from 255 or 50.63% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 40 - color contains mainly: green. Hex color #132814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132814 is #ECD7EB. Grayscale: #1F1F1F. Windows color (decimal): -15521772 or 1320979. OLE color: 1320979.

HSL color Cylindrical-coordinate representation of color #132814: hue angle of 122.86º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #132814 is Cyan = 0.52, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 40 20 -
CMYK 0.52 0 0.5 0.84
HSL 122.86º 0.36% 0.12% -
HSV(B) 122.86º 0.53% 0.16% -
XYZ 1.15 1.71 0.93 -
YUV 31.44 121.54 119.13 -
System Red Green Blue C M Y K H S L
Decimal 19 40 20 0.52 0 0.5 0.84 122.86 0.36 0.12
Hex 13 28 14 34 0 32 54 7B 24 C
Octal 23 50 24 64 0 62 124 173 44 14
Binary 10011 101000 10100 110100 0 110010 1010100 1111011 100100 1100

Color Harmonies of #132814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132814

Black with #132814

Text Example


Text Example

White with #132814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132814; }

 p { color: rgb(19,40,20); }

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

background-color css

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

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

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

border-color css

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

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

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