#153218

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

Shades of Black Bean #153218

Tints of Black Bean #153218

Color information

#153218 (or 0x153218) is unknown color: approx Black Bean. HEX triplet: 15, 32 and 18. RGB value is (21,50,24). Sum of RGB (Red+Green+Blue) = 21+50+24=95 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.11% from 95); Green value is 50 (19.92% from 255 or 52.63% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 50 - color contains mainly: green. Hex color #153218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153218 is #EACDE7. Grayscale: #262626. Windows color (decimal): -15388136 or 1585685. OLE color: 1585685.

HSL color Cylindrical-coordinate representation of color #153218: hue angle of 126.21º 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 #153218 is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB215024-
CMYK0.5800.520.80
HSL126.21º40.85%13.92%-
HSV(B)126.21º58%19.61%-
XYZ1.612.511.26-
YUV38.36119.89115.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.11%
GREEN value IS 50 (19.92% from 255) = 52.63%
BLUE value IS 24 (9.77% from 255) = 25.26%
R=22.11%
G=52.63%
B=25.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2150240.5800.520.80126.2140.8513.92
Hex1532183A034507e29e
Octal256230720641201765116
Binary10101110010110001110100110100101000011111101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153218; }

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

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

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

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

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

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

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

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