#1A281E

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

Shades of Black Bean #1A281E

Tints of Black Bean #1A281E

Color information

#1A281E (or 0x1A281E) is unknown color: approx Black Bean. HEX triplet: 1A, 28 and 1E. RGB value is (26,40,30). Sum of RGB (Red+Green+Blue) = 26+40+30=96 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.08% from 96); Green value is 40 (16.02% from 255 or 41.67% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 40 - color contains mainly: green. Hex color #1A281E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A281E is #E5D7E1. Grayscale: #222222. Windows color (decimal): -15063010 or 1976346. OLE color: 1976346.

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

Color convert

RGB264030-
CMYK0.3500.250.84
HSL137.14º21.21%12.94%-
HSV(B)137.14º35%15.69%-
XYZ1.421.831.51-
YUV34.67125.36121.81-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 27.08%
GREEN value IS 40 (16.02% from 255) = 41.67%
BLUE value IS 30 (12.11% from 255) = 31.25%
R=27.08%
G=41.67%
B=31.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2640300.3500.250.84137.1421.2112.94
Hex1A281E23019548915d
Octal325036430311242112515
Binary1101010100011110100011011001101010010001001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A281E; }

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

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

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

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

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

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

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

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