#18261D

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

Shades of Black Bean #18261D

Tints of Black Bean #18261D

Color information

#18261D (or 0x18261D) is unknown color: approx Black Bean. HEX triplet: 18, 26 and 1D. RGB value is (24,38,29). Sum of RGB (Red+Green+Blue) = 24+38+29=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 38 (15.23% from 255 or 41.76% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 38 - color contains mainly: green. Hex color #18261D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18261D is #E7D9E2. Grayscale: #202020. Windows color (decimal): -15194595 or 1910296. OLE color: 1910296.

HSL color Cylindrical-coordinate representation of color #18261D: hue angle of 141.43º 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 #18261D is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB243829-
CMYK0.3700.240.85
HSL141.43º22.58%12.16%-
HSV(B)141.43º36.84%14.9%-
XYZ1.291.671.42-
YUV32.79125.86121.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.37%
GREEN value IS 38 (15.23% from 255) = 41.76%
BLUE value IS 29 (11.72% from 255) = 31.87%
R=26.37%
G=41.76%
B=31.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2438290.3700.240.85141.4322.5812.16
Hex18261D25018558d17c
Octal304635450301252152714
Binary1100010011011101100101011000101010110001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18261D; }

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

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

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

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

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

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

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

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