#19341D

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

Shades of Black Bean #19341D

Tints of Black Bean #19341D

Color information

#19341D (or 0x19341D) is unknown color: approx Black Bean. HEX triplet: 19, 34 and 1D. RGB value is (25,52,29). Sum of RGB (Red+Green+Blue) = 25+52+29=106 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.58% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #19341D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19341D is #E6CBE2. Grayscale: #292929. Windows color (decimal): -15125475 or 1913881. OLE color: 1913881.

HSL color Cylindrical-coordinate representation of color #19341D: hue angle of 128.89º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #19341D is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB255229-
CMYK0.5200.440.80
HSL128.89º35.06%15.1%-
HSV(B)128.89º51.92%20.39%-
XYZ1.852.751.6-
YUV41.3121.05116.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.58%
GREEN value IS 52 (20.70% from 255) = 49.06%
BLUE value IS 29 (11.72% from 255) = 27.36%
R=23.58%
G=49.06%
B=27.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2552290.5200.440.80128.8935.0615.1
Hex19341D3402C508123f
Octal316435640541202014317
Binary110011101001110111010001011001010000100000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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