#19271B

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

Shades of Black Bean #19271B

Tints of Black Bean #19271B

Color information

#19271B (or 0x19271B) is unknown color: approx Black Bean. HEX triplet: 19, 27 and 1B. RGB value is (25,39,27). Sum of RGB (Red+Green+Blue) = 25+39+27=91 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.47% from 91); Green value is 39 (15.62% from 255 or 42.86% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 39 - color contains mainly: green. Hex color #19271B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19271B is #E6D8E4. Grayscale: #212121. Windows color (decimal): -15128805 or 1779481. OLE color: 1779481.

HSL color Cylindrical-coordinate representation of color #19271B: hue angle of 128.57º 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 #19271B is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.85.

Color convert

RGB253927-
CMYK0.3600.310.85
HSL128.57º21.88%12.55%-
HSV(B)128.57º35.9%15.29%-
XYZ1.321.741.3-
YUV33.45124.36121.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 27.47%
GREEN value IS 39 (15.62% from 255) = 42.86%
BLUE value IS 27 (10.94% from 255) = 29.67%
R=27.47%
G=42.86%
B=29.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2539270.3600.310.85128.5721.8812.55
Hex19271B2401F558116d
Octal314733440371252012615
Binary1100110011111011100100011111101010110000001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19271B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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