#19311F

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

Shades of Black Bean #19311F

Tints of Black Bean #19311F

Color information

#19311F (or 0x19311F) is unknown color: approx Black Bean. HEX triplet: 19, 31 and 1F. RGB value is (25,49,31). Sum of RGB (Red+Green+Blue) = 25+49+31=105 (13% of max value = 765). Red value is 25 (10.16% from 255 or 23.81% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 49 - color contains mainly: green. Hex color #19311F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19311F is #E6CEE0. Grayscale: #272727. Windows color (decimal): -15126241 or 2044185. OLE color: 2044185.

HSL color Cylindrical-coordinate representation of color #19311F: hue angle of 135º 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 #19311F is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB254931-
CMYK0.4900.370.81
HSL135º32.43%14.51%-
HSV(B)135º48.98%19.22%-
XYZ1.752.51.69-
YUV39.77123.05117.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.81%
GREEN value IS 49 (19.53% from 255) = 46.67%
BLUE value IS 31 (12.5% from 255) = 29.52%
R=23.81%
G=46.67%
B=29.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2549310.4900.370.8113532.4314.51
Hex19311F31025518720f
Octal316137610451212074017
Binary110011100011111111000101001011010001100001111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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