#18271A

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

Shades of Black Bean #18271A

Tints of Black Bean #18271A

Color information

#18271A (or 0x18271A) is unknown color: approx Black Bean. HEX triplet: 18, 27 and 1A. RGB value is (24,39,26). Sum of RGB (Red+Green+Blue) = 24+39+26=89 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.97% from 89); Green value is 39 (15.62% from 255 or 43.82% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 39 - color contains mainly: green. Hex color #18271A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18271A is #E7D8E5. Grayscale: #212121. Windows color (decimal): -15194342 or 1713944. OLE color: 1713944.

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

Color convert

RGB243926-
CMYK0.3800.330.85
HSL128º23.81%12.35%-
HSV(B)128º38.46%15.29%-
XYZ1.291.721.24-
YUV33.03124.03121.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.97%
GREEN value IS 39 (15.62% from 255) = 43.82%
BLUE value IS 26 (10.55% from 255) = 29.21%
R=26.97%
G=43.82%
B=29.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2439260.3800.330.8512823.8112.35
Hex18271A26021558018c
Octal304732460411252003014
Binary11000100111110101001100100001101010110000000110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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