#152C18

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

Shades of Black Bean #152C18

Tints of Black Bean #152C18

Color information

#152C18 (or 0x152C18) is unknown color: approx Black Bean. HEX triplet: 15, 2C and 18. RGB value is (21,44,24). Sum of RGB (Red+Green+Blue) = 21+44+24=89 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.60% from 89); Green value is 44 (17.58% from 255 or 49.44% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 44 - color contains mainly: green. Hex color #152C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152C18 is #EAD3E7. Grayscale: #222222. Windows color (decimal): -15389672 or 1584149. OLE color: 1584149.

HSL color Cylindrical-coordinate representation of color #152C18: hue angle of 127.83º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #152C18 is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.83.

Color convert

RGB214424-
CMYK0.5200.450.83
HSL127.83º35.38%12.75%-
HSV(B)127.83º52.27%17.25%-
XYZ1.372.031.18-
YUV34.84121.88118.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.60%
GREEN value IS 44 (17.58% from 255) = 49.44%
BLUE value IS 24 (9.77% from 255) = 26.97%
R=23.60%
G=49.44%
B=26.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2144240.5200.450.83127.8335.3812.75
Hex152C183402D538023d
Octal255430640551232004315
Binary101011011001100011010001011011010011100000001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152C18; }

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

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

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

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

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

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

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

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