Html Css Color HEX #132815 Black Bean

📋 copy color: '#132815'

red 19 ◦ green 40 ◦ blue 21

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

Shades of Black Bean #132815

Tints of Black Bean #132815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 26.25%

R = 23.75%
G = 50%
B = 26.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.48

 K value IS 0.84

RGB Variations

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

Color information

#132815 (or 0x132815) is known color: Black Bean. HEX triplet: 13, 28 and 15. RGB value is (19,40,21). Sum of RGB (Red+Green+Blue) = 19+40+21=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 40 (16.02% from 255 or 50% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 40 - color contains mainly: green. Hex color #132815 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132815 is #ECD7EA. Grayscale: #1F1F1F. Windows color (decimal): -15521771 or 1386515. OLE color: 1386515.

HSL color Cylindrical-coordinate representation of color #132815: hue angle of 125.71º 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 #132815 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 40 21 -
CMYK 0.52 0 0.48 0.84
HSL 125.71º 0.36% 0.12% -
HSV(B) 125.71º 0.53% 0.16% -
XYZ 1.16 1.71 0.98 -
YUV 31.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 19 40 21 0.52 0 0.48 0.84 125.71 0.36 0.12
Hex 13 28 15 34 0 30 54 7E 24 C
Octal 23 50 25 64 0 60 124 176 44 14
Binary 10011 101000 10101 110100 0 110000 1010100 1111110 100100 1100

Color Harmonies of #132815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132815

Black with #132815

Text Example


Text Example

White with #132815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132815; }

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

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

background-color css

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

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

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

border-color css

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

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

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