#18261A

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

Shades of Black Bean #18261A

Tints of Black Bean #18261A

Color information

#18261A (or 0x18261A) is unknown color: approx Black Bean. HEX triplet: 18, 26 and 1A. RGB value is (24,38,26). Sum of RGB (Red+Green+Blue) = 24+38+26=88 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.27% from 88); Green value is 38 (15.23% from 255 or 43.18% from 88); Blue value is 26 (10.55% from 255 or 29.55% from 88); Max value from RGB is 38 - color contains mainly: green. Hex color #18261A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18261A is #E7D9E5. Grayscale: #202020. Windows color (decimal): -15194598 or 1713688. OLE color: 1713688.

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

Color convert

RGB243826-
CMYK0.3700.320.85
HSL128.57º22.58%12.16%-
HSV(B)128.57º36.84%14.9%-
XYZ1.261.651.23-
YUV32.45124.36121.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.27%
GREEN value IS 38 (15.23% from 255) = 43.18%
BLUE value IS 26 (10.55% from 255) = 29.55%
R=27.27%
G=43.18%
B=29.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2438260.3700.320.85128.5722.5812.16
Hex18261A25020558117c
Octal304632450401252012714
Binary11000100110110101001010100000101010110000001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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