#15321A

Color #15321A Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #15321A

Tints of Black Bean #15321A

Color information

#15321A (or 0x15321A) is unknown color: approx Black Bean. HEX triplet: 15, 32 and 1A. RGB value is (21,50,26). Sum of RGB (Red+Green+Blue) = 21+50+26=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 50 (19.92% from 255 or 51.55% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 50 - color contains mainly: green. Hex color #15321A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15321A is #EACDE5. Grayscale: #262626. Windows color (decimal): -15388134 or 1716757. OLE color: 1716757.

HSL color Cylindrical-coordinate representation of color #15321A: hue angle of 130.34º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #15321A is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB215026-
CMYK0.5800.480.80
HSL130.34º40.85%13.92%-
HSV(B)130.34º58%19.61%-
XYZ1.642.521.38-
YUV38.59120.89115.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.65%
GREEN value IS 50 (19.92% from 255) = 51.55%
BLUE value IS 26 (10.55% from 255) = 26.80%
R=21.65%
G=51.55%
B=26.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2150260.5800.480.80130.3440.8513.92
Hex15321A3A030508229e
Octal256232720601202025116
Binary101011100101101011101001100001010000100000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15321A; }

 p { color: rgb(21,50,26); }

 H1.HeaderClassName
 {
   color: #15321A;
 }
 .AnyTagClassName
 {
   color: #15321A;
 }
</style>
background-color css

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

 a { background-color: rgb(21,50,26); }

 div.DivClassName
 {
   background-color: #15321A;
 }
 .BgClassName
 {
   background-color: #15321A;
 }
</style>
border-color css

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

 span { border-color: rgb(21,50,26); }

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