#19351F

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

Shades of Black Bean #19351F

Tints of Black Bean #19351F

Color information

#19351F (or 0x19351F) is unknown color: approx Black Bean. HEX triplet: 19, 35 and 1F. RGB value is (25,53,31). Sum of RGB (Red+Green+Blue) = 25+53+31=109 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.94% from 109); Green value is 53 (21.09% from 255 or 48.62% from 109); Blue value is 31 (12.5% from 255 or 28.44% from 109); Max value from RGB is 53 - color contains mainly: green. Hex color #19351F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19351F is #E6CAE0. Grayscale: #2A2A2A. Windows color (decimal): -15125217 or 2045209. OLE color: 2045209.

HSL color Cylindrical-coordinate representation of color #19351F: hue angle of 132.86º 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 #19351F is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.79.

Color convert

RGB255331-
CMYK0.5300.420.79
HSL132.86º35.9%15.29%-
HSV(B)132.86º52.83%20.78%-
XYZ1.922.851.75-
YUV42.12121.72115.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.94%
GREEN value IS 53 (21.09% from 255) = 48.62%
BLUE value IS 31 (12.5% from 255) = 28.44%
R=22.94%
G=48.62%
B=28.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2553310.5300.420.79132.8635.915.29
Hex19351F3502A4F8524f
Octal316537650521172054417
Binary110011101011111111010101010101001111100001011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19351F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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