#19311C

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

Shades of Black Bean #19311C

Tints of Black Bean #19311C

Color information

#19311C (or 0x19311C) is unknown color: approx Black Bean. HEX triplet: 19, 31 and 1C. RGB value is (25,49,28). Sum of RGB (Red+Green+Blue) = 25+49+28=102 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.51% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 49 - color contains mainly: green. Hex color #19311C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19311C is #E6CEE3. Grayscale: #272727. Windows color (decimal): -15126244 or 1847577. OLE color: 1847577.

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

Color convert

RGB254928-
CMYK0.4900.430.81
HSL127.5º32.43%14.51%-
HSV(B)127.5º48.98%19.22%-
XYZ1.712.491.49-
YUV39.43121.55117.71-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.51%
GREEN value IS 49 (19.53% from 255) = 48.04%
BLUE value IS 28 (11.33% from 255) = 27.45%
R=24.51%
G=48.04%
B=27.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2549280.4900.430.81127.532.4314.51
Hex19311C3102B518020f
Octal316134610531212004017
Binary110011100011110011000101010111010001100000001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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