#182618

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

Shades of Black Bean #182618

Tints of Black Bean #182618

Color information

#182618 (or 0x182618) is unknown color: approx Black Bean. HEX triplet: 18, 26 and 18. RGB value is (24,38,24). Sum of RGB (Red+Green+Blue) = 24+38+24=86 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.91% from 86); Green value is 38 (15.23% from 255 or 44.19% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 38 - color contains mainly: green. Hex color #182618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182618 is #E7D9E7. Grayscale: #202020. Windows color (decimal): -15194600 or 1582616. OLE color: 1582616.

HSL color Cylindrical-coordinate representation of color #182618: hue angle of 120º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #182618 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.85.

Color convert

RGB243824-
CMYK0.3700.370.85
HSL120º22.58%12.16%-
HSV(B)120º36.84%14.9%-
XYZ1.231.651.12-
YUV32.22123.36122.14-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.91%
GREEN value IS 38 (15.23% from 255) = 44.19%
BLUE value IS 24 (9.77% from 255) = 27.91%
R=27.91%
G=44.19%
B=27.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2438240.3700.370.8512022.5812.16
Hex18261825025557817c
Octal304630450451251702714
Binary1100010011011000100101010010110101011111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182618; }

 p { color: rgb(24,38,24); }

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

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

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

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

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

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

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