#152918

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

Shades of Black Bean #152918

Tints of Black Bean #152918

Color information

#152918 (or 0x152918) is unknown color: approx Black Bean. HEX triplet: 15, 29 and 18. RGB value is (21,41,24). Sum of RGB (Red+Green+Blue) = 21+41+24=86 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.42% from 86); Green value is 41 (16.41% from 255 or 47.67% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 41 - color contains mainly: green. Hex color #152918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152918 is #EAD6E7. Grayscale: #212121. Windows color (decimal): -15390440 or 1583381. OLE color: 1583381.

HSL color Cylindrical-coordinate representation of color #152918: hue angle of 129º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #152918 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.84.

Color convert

RGB214124-
CMYK0.4900.410.84
HSL129º32.26%12.16%-
HSV(B)129º48.78%16.08%-
XYZ1.271.811.15-
YUV33.08122.87119.38-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 24.42%
GREEN value IS 41 (16.41% from 255) = 47.67%
BLUE value IS 24 (9.77% from 255) = 27.91%
R=24.42%
G=47.67%
B=27.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2141240.4900.410.8412932.2612.16
Hex15291831029548120c
Octal255130610511242014014
Binary101011010011100011000101010011010100100000011000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152918; }

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

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

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

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

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

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

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

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