#152418

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

Shades of Black Bean #152418

Tints of Black Bean #152418

Color information

#152418 (or 0x152418) is unknown color: approx Black Bean. HEX triplet: 15, 24 and 18. RGB value is (21,36,24). Sum of RGB (Red+Green+Blue) = 21+36+24=81 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.93% from 81); Green value is 36 (14.45% from 255 or 44.44% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 36 - color contains mainly: green. Hex color #152418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152418 is #EADBE7. Grayscale: #1E1E1E. Windows color (decimal): -15391720 or 1582101. OLE color: 1582101.

HSL color Cylindrical-coordinate representation of color #152418: hue angle of 132º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #152418 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.86.

Color convert

RGB213624-
CMYK0.4200.330.86
HSL132º26.32%11.18%-
HSV(B)132º41.67%14.12%-
XYZ1.111.491.09-
YUV30.15124.53121.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.93%
GREEN value IS 36 (14.45% from 255) = 44.44%
BLUE value IS 24 (9.77% from 255) = 29.63%
R=25.93%
G=44.44%
B=29.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2136240.4200.330.8613226.3211.18
Hex1524182A02156841ab
Octal254430520411262043213
Binary10101100100110001010100100001101011010000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152418; }

 p { color: rgb(21,36,24); }

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

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

 a { background-color: rgb(21,36,24); }

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

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

 span { border-color: rgb(21,36,24); }

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