Html Css Color HEX #132515 Black Bean

📋 copy color: '#132515'

red 19 ◦ green 37 ◦ blue 21

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

Shades of Black Bean #132515

Tints of Black Bean #132515

RGB

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

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

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

R = 24.68%
G = 48.05%
B = 27.27%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#132515 (or 0x132515) is known color: Black Bean. HEX triplet: 13, 25 and 15. RGB value is (19,37,21). Sum of RGB (Red+Green+Blue) = 19+37+21=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 37 - color contains mainly: green. Hex color #132515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132515 is #ECDAEA. Grayscale: #1D1D1D. Windows color (decimal): -15522539 or 1385747. OLE color: 1385747.

HSL color Cylindrical-coordinate representation of color #132515: hue angle of 126.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 #132515 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 37 21 -
CMYK 0.49 0 0.43 0.85
HSL 126.67º 0.32% 0.11% -
HSV(B) 126.67º 0.49% 0.15% -
XYZ 1.07 1.52 0.95 -
YUV 29.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 19 37 21 0.49 0 0.43 0.85 126.67 0.32 0.11
Hex 13 25 15 31 0 2B 55 7F 20 B
Octal 23 45 25 61 0 53 125 177 40 13
Binary 10011 100101 10101 110001 0 101011 1010101 1111111 100000 1011

Color Harmonies of #132515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132515

Black with #132515

Text Example


Text Example

White with #132515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132515; }

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

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

background-color css

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

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

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

border-color css

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

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

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