#19281E

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

Shades of Black Bean #19281E

Tints of Black Bean #19281E

Color information

#19281E (or 0x19281E) is unknown color: approx Black Bean. HEX triplet: 19, 28 and 1E. RGB value is (25,40,30). Sum of RGB (Red+Green+Blue) = 25+40+30=95 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.32% from 95); Green value is 40 (16.02% from 255 or 42.11% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 40 - color contains mainly: green. Hex color #19281E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19281E is #E6D7E1. Grayscale: #222222. Windows color (decimal): -15128546 or 1976345. OLE color: 1976345.

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

Color convert

RGB254030-
CMYK0.3800.250.84
HSL140º23.08%12.75%-
HSV(B)140º37.5%15.69%-
XYZ1.391.821.51-
YUV34.38125.53121.31-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.32%
GREEN value IS 40 (16.02% from 255) = 42.11%
BLUE value IS 30 (12.11% from 255) = 31.58%
R=26.32%
G=42.11%
B=31.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2540300.3800.250.8414023.0812.75
Hex19281E26019548c17d
Octal315036460311242142715
Binary1100110100011110100110011001101010010001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19281E; }

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

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

<style>
 a { background-color: #19281E; }

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

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

<style>
 span { border-color: #19281E; }

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

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