#19331E

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

Shades of Black Bean #19331E

Tints of Black Bean #19331E

Color information

#19331E (or 0x19331E) is unknown color: approx Black Bean. HEX triplet: 19, 33 and 1E. RGB value is (25,51,30). Sum of RGB (Red+Green+Blue) = 25+51+30=106 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.58% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 51 - color contains mainly: green. Hex color #19331E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19331E is #E6CCE1. Grayscale: #282828. Windows color (decimal): -15125730 or 1979161. OLE color: 1979161.

HSL color Cylindrical-coordinate representation of color #19331E: hue angle of 131.54º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #19331E is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.8.

Color convert

RGB255130-
CMYK0.5100.410.8
HSL131.54º34.21%14.9%-
HSV(B)131.54º50.98%20%-
XYZ1.822.671.65-
YUV40.83121.89116.71-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.58%
GREEN value IS 51 (20.31% from 255) = 48.11%
BLUE value IS 30 (12.11% from 255) = 28.30%
R=23.58%
G=48.11%
B=28.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2551300.5100.410.8131.5434.2114.9
Hex19331E33029508422f
Octal316336630511202044217
Binary110011100111111011001101010011010000100001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19331E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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