#19381D

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

Shades of Black Bean #19381D

Tints of Black Bean #19381D

Color information

#19381D (or 0x19381D) is unknown color: approx Black Bean. HEX triplet: 19, 38 and 1D. RGB value is (25,56,29). Sum of RGB (Red+Green+Blue) = 25+56+29=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #19381D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19381D is #E6C7E2. Grayscale: #2B2B2B. Windows color (decimal): -15124451 or 1914905. OLE color: 1914905.

HSL color Cylindrical-coordinate representation of color #19381D: hue angle of 127.74º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #19381D is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB255629-
CMYK0.5500.480.78
HSL127.74º38.27%15.88%-
HSV(B)127.74º55.36%21.96%-
XYZ2.043.121.66-
YUV43.65119.73114.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.73%
GREEN value IS 56 (22.27% from 255) = 50.91%
BLUE value IS 29 (11.72% from 255) = 26.36%
R=22.73%
G=50.91%
B=26.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2556290.5500.480.78127.7438.2715.88
Hex19381D370304E802610
Octal317035670601162004620
Binary1100111100011101110111011000010011101000000010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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