#19271C

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

Shades of Black Bean #19271C

Tints of Black Bean #19271C

Color information

#19271C (or 0x19271C) is unknown color: approx Black Bean. HEX triplet: 19, 27 and 1C. RGB value is (25,39,28). Sum of RGB (Red+Green+Blue) = 25+39+28=92 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.17% from 92); Green value is 39 (15.62% from 255 or 42.39% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 39 - color contains mainly: green. Hex color #19271C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19271C is #E6D8E3. Grayscale: #212121. Windows color (decimal): -15128804 or 1845017. OLE color: 1845017.

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

Color convert

RGB253928-
CMYK0.3600.280.85
HSL132.86º21.88%12.55%-
HSV(B)132.86º35.9%15.29%-
XYZ1.341.741.36-
YUV33.56124.86121.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 27.17%
GREEN value IS 39 (15.62% from 255) = 42.39%
BLUE value IS 28 (11.33% from 255) = 30.43%
R=27.17%
G=42.39%
B=30.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2539280.3600.280.85132.8621.8812.55
Hex19271C2401C558516d
Octal314734440341252052615
Binary1100110011111100100100011100101010110000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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