Html Css Color HEX #132115 Black Bean

📋 copy color: '#132115'

red 19 ◦ green 33 ◦ blue 21

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

Shades of Black Bean #132115

Tints of Black Bean #132115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 45.21%

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

R = 26.03%
G = 45.21%
B = 28.77%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.36

 K value IS 0.87

RGB Variations

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

Color information

#132115 (or 0x132115) is known color: Black Bean. HEX triplet: 13, 21 and 15. RGB value is (19,33,21). Sum of RGB (Red+Green+Blue) = 19+33+21=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 33 (13.28% from 255 or 45.21% from 73); Blue value is 21 (8.59% from 255 or 28.77% from 73); Max value from RGB is 33 - color contains mainly: green. Hex color #132115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132115 is #ECDEEA. Grayscale: #1B1B1B. Windows color (decimal): -15523563 or 1384723. OLE color: 1384723.

HSL color Cylindrical-coordinate representation of color #132115: hue angle of 128.57º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #132115 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 33 21 -
CMYK 0.42 0 0.36 0.87
HSL 128.57º 0.27% 0.1% -
HSV(B) 128.57º 0.42% 0.13% -
XYZ 0.95 1.28 0.91 -
YUV 27.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 19 33 21 0.42 0 0.36 0.87 128.57 0.27 0.1
Hex 13 21 15 2A 0 24 57 81 1B A
Octal 23 41 25 52 0 44 127 201 33 12
Binary 10011 100001 10101 101010 0 100100 1010111 10000001 11011 1010

Color Harmonies of #132115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132115

Black with #132115

Text Example


Text Example

White with #132115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132115; }

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

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

background-color css

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

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

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

border-color css

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

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

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