#19311D

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

Shades of Black Bean #19311D

Tints of Black Bean #19311D

Color information

#19311D (or 0x19311D) is unknown color: approx Black Bean. HEX triplet: 19, 31 and 1D. RGB value is (25,49,29). Sum of RGB (Red+Green+Blue) = 25+49+29=103 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.27% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 49 - color contains mainly: green. Hex color #19311D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19311D is #E6CEE2. Grayscale: #272727. Windows color (decimal): -15126243 or 1913113. OLE color: 1913113.

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

Color convert

RGB254929-
CMYK0.4900.410.81
HSL130º32.43%14.51%-
HSV(B)130º48.98%19.22%-
XYZ1.722.491.55-
YUV39.54122.05117.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.27%
GREEN value IS 49 (19.53% from 255) = 47.57%
BLUE value IS 29 (11.72% from 255) = 28.16%
R=24.27%
G=47.57%
B=28.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2549290.4900.410.8113032.4314.51
Hex19311D31029518220f
Octal316135610511212024017
Binary110011100011110111000101010011010001100000101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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