#19271D

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

Shades of Black Bean #19271D

Tints of Black Bean #19271D

Color information

#19271D (or 0x19271D) is unknown color: approx Black Bean. HEX triplet: 19, 27 and 1D. RGB value is (25,39,29). Sum of RGB (Red+Green+Blue) = 25+39+29=93 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.88% from 93); Green value is 39 (15.62% from 255 or 41.94% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 39 - color contains mainly: green. Hex color #19271D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19271D is #E6D8E2. Grayscale: #212121. Windows color (decimal): -15128803 or 1910553. OLE color: 1910553.

HSL color Cylindrical-coordinate representation of color #19271D: hue angle of 137.14º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #19271D is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB253929-
CMYK0.3600.260.85
HSL137.14º21.88%12.55%-
HSV(B)137.14º35.9%15.29%-
XYZ1.351.751.43-
YUV33.67125.36121.81-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.88%
GREEN value IS 39 (15.62% from 255) = 41.94%
BLUE value IS 29 (11.72% from 255) = 31.18%
R=26.88%
G=41.94%
B=31.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2539290.3600.260.85137.1421.8812.55
Hex19271D2401A558916d
Octal314735440321252112615
Binary1100110011111101100100011010101010110001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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