#19361E

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

Shades of Black Bean #19361E

Tints of Black Bean #19361E

Color information

#19361E (or 0x19361E) is unknown color: approx Black Bean. HEX triplet: 19, 36 and 1E. RGB value is (25,54,30). Sum of RGB (Red+Green+Blue) = 25+54+30=109 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.94% from 109); Green value is 54 (21.48% from 255 or 49.54% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 54 - color contains mainly: green. Hex color #19361E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19361E is #E6C9E1. Grayscale: #2A2A2A. Windows color (decimal): -15124962 or 1979929. OLE color: 1979929.

HSL color Cylindrical-coordinate representation of color #19361E: hue angle of 130.34º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #19361E is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.79.

Color convert

RGB255430-
CMYK0.5400.440.79
HSL130.34º36.71%15.49%-
HSV(B)130.34º53.7%21.18%-
XYZ1.952.941.69-
YUV42.59120.89115.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.94%
GREEN value IS 54 (21.48% from 255) = 49.54%
BLUE value IS 30 (12.11% from 255) = 27.52%
R=22.94%
G=49.54%
B=27.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2554300.5400.440.79130.3436.7115.49
Hex19361E3602C4F8225f
Octal316636660541172024517
Binary110011101101111011011001011001001111100000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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