#15301A

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

Shades of Black Bean #15301A

Tints of Black Bean #15301A

Color information

#15301A (or 0x15301A) is unknown color: approx Black Bean. HEX triplet: 15, 30 and 1A. RGB value is (21,48,26). Sum of RGB (Red+Green+Blue) = 21+48+26=95 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.11% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #15301A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15301A is #EACFE5. Grayscale: #252525. Windows color (decimal): -15388646 or 1716245. OLE color: 1716245.

HSL color Cylindrical-coordinate representation of color #15301A: hue angle of 131.11º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #15301A is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB214826-
CMYK0.5600.460.81
HSL131.11º39.13%13.53%-
HSV(B)131.11º56.25%18.82%-
XYZ1.552.351.35-
YUV37.42121.55116.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.11%
GREEN value IS 48 (19.14% from 255) = 50.53%
BLUE value IS 26 (10.55% from 255) = 27.37%
R=22.11%
G=50.53%
B=27.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2148260.5600.460.81131.1139.1313.53
Hex15301A3802E518327e
Octal256032700561212034716
Binary101011100001101011100001011101010001100000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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