#19311B

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

Shades of Black Bean #19311B

Tints of Black Bean #19311B

Color information

#19311B (or 0x19311B) is unknown color: approx Black Bean. HEX triplet: 19, 31 and 1B. RGB value is (25,49,27). Sum of RGB (Red+Green+Blue) = 25+49+27=101 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.75% from 101); Green value is 49 (19.53% from 255 or 48.51% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 49 - color contains mainly: green. Hex color #19311B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19311B is #E6CEE4. Grayscale: #272727. Windows color (decimal): -15126245 or 1782041. OLE color: 1782041.

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

Color convert

RGB254927-
CMYK0.4900.450.81
HSL125º32.43%14.51%-
HSV(B)125º48.98%19.22%-
XYZ1.72.481.43-
YUV39.32121.05117.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.75%
GREEN value IS 49 (19.53% from 255) = 48.51%
BLUE value IS 27 (10.94% from 255) = 26.73%
R=24.75%
G=48.51%
B=26.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2549270.4900.450.8112532.4314.51
Hex19311B3102D517d20f
Octal316133610551211754017
Binary11001110001110111100010101101101000111111011000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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