#19311E

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

Shades of Black Bean #19311E

Tints of Black Bean #19311E

Color information

#19311E (or 0x19311E) is unknown color: approx Black Bean. HEX triplet: 19, 31 and 1E. RGB value is (25,49,30). Sum of RGB (Red+Green+Blue) = 25+49+30=104 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.04% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 30 (12.11% from 255 or 28.85% from 104); Max value from RGB is 49 - color contains mainly: green. Hex color #19311E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19311E is #E6CEE1. Grayscale: #272727. Windows color (decimal): -15126242 or 1978649. OLE color: 1978649.

HSL color Cylindrical-coordinate representation of color #19311E: hue angle of 132.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #19311E is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.

Color convert

RGB254930-
CMYK0.4900.390.81
HSL132.5º32.43%14.51%-
HSV(B)132.5º48.98%19.22%-
XYZ1.732.51.62-
YUV39.66122.55117.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.04%
GREEN value IS 49 (19.53% from 255) = 47.12%
BLUE value IS 30 (12.11% from 255) = 28.85%
R=24.04%
G=47.12%
B=28.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2549300.4900.390.81132.532.4314.51
Hex19311E31027518420f
Octal316136610471212044017
Binary110011100011111011000101001111010001100001001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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