#18281A

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

Shades of Black Bean #18281A

Tints of Black Bean #18281A

Color information

#18281A (or 0x18281A) is unknown color: approx Black Bean. HEX triplet: 18, 28 and 1A. RGB value is (24,40,26). Sum of RGB (Red+Green+Blue) = 24+40+26=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 40 (16.02% from 255 or 44.44% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 40 - color contains mainly: green. Hex color #18281A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18281A is #E7D7E5. Grayscale: #212121. Windows color (decimal): -15194086 or 1714200. OLE color: 1714200.

HSL color Cylindrical-coordinate representation of color #18281A: hue angle of 127.5º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #18281A is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.84.

Color convert

RGB244026-
CMYK0.4000.350.84
HSL127.5º25%12.55%-
HSV(B)127.5º40%15.69%-
XYZ1.321.791.25-
YUV33.62123.7121.14-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.67%
GREEN value IS 40 (16.02% from 255) = 44.44%
BLUE value IS 26 (10.55% from 255) = 28.89%
R=26.67%
G=44.44%
B=28.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2440260.4000.350.84127.52512.55
Hex18281A28023548019d
Octal305032500431242003115
Binary11000101000110101010000100011101010010000000110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18281A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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