#152018

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

Shades of Black Bean #152018

Tints of Black Bean #152018

Color information

#152018 (or 0x152018) is unknown color: approx Black Bean. HEX triplet: 15, 20 and 18. RGB value is (21,32,24). Sum of RGB (Red+Green+Blue) = 21+32+24=77 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.27% from 77); Green value is 32 (12.89% from 255 or 41.56% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 32 - color contains mainly: green. Hex color #152018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152018 is #EADFE7. Grayscale: #1B1B1B. Windows color (decimal): -15392744 or 1581077. OLE color: 1581077.

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

Color convert

RGB213224-
CMYK0.3400.250.87
HSL136.36º20.75%10.39%-
HSV(B)136.36º34.38%12.55%-
XYZ0.991.261.05-
YUV27.8125.86123.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 27.27%
GREEN value IS 32 (12.89% from 255) = 41.56%
BLUE value IS 24 (9.77% from 255) = 31.17%
R=27.27%
G=41.56%
B=31.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2132240.3400.250.87136.3620.7510.39
Hex15201822019578815a
Octal254030420311272102512
Binary1010110000011000100010011001101011110001000101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152018; }

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

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

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

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

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

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

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

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