#19351E

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

Shades of Black Bean #19351E

Tints of Black Bean #19351E

Color information

#19351E (or 0x19351E) is unknown color: approx Black Bean. HEX triplet: 19, 35 and 1E. RGB value is (25,53,30). Sum of RGB (Red+Green+Blue) = 25+53+30=108 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.15% from 108); Green value is 53 (21.09% from 255 or 49.07% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 53 - color contains mainly: green. Hex color #19351E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19351E is #E6CAE1. Grayscale: #2A2A2A. Windows color (decimal): -15125218 or 1979673. OLE color: 1979673.

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

Color convert

RGB255330-
CMYK0.5300.430.79
HSL130.71º35.9%15.29%-
HSV(B)130.71º52.83%20.78%-
XYZ1.912.851.68-
YUV42.01121.22115.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.15%
GREEN value IS 53 (21.09% from 255) = 49.07%
BLUE value IS 30 (12.11% from 255) = 27.78%
R=23.15%
G=49.07%
B=27.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2553300.5300.430.79130.7135.915.29
Hex19351E3502B4F8324f
Octal316536650531172034417
Binary110011101011111011010101010111001111100000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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