#19261C

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

Shades of Black Bean #19261C

Tints of Black Bean #19261C

Color information

#19261C (or 0x19261C) is unknown color: approx Black Bean. HEX triplet: 19, 26 and 1C. RGB value is (25,38,28). Sum of RGB (Red+Green+Blue) = 25+38+28=91 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.47% from 91); Green value is 38 (15.23% from 255 or 41.76% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 38 - color contains mainly: green. Hex color #19261C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19261C is #E6D9E3. Grayscale: #212121. Windows color (decimal): -15129060 or 1844761. OLE color: 1844761.

HSL color Cylindrical-coordinate representation of color #19261C: hue angle of 133.85º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #19261C is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB253828-
CMYK0.3400.260.85
HSL133.85º20.63%12.35%-
HSV(B)133.85º34.21%14.9%-
XYZ1.31.681.35-
YUV32.97125.19122.31-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 27.47%
GREEN value IS 38 (15.23% from 255) = 41.76%
BLUE value IS 28 (11.33% from 255) = 30.77%
R=27.47%
G=41.76%
B=30.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2538280.3400.260.85133.8520.6312.35
Hex19261C2201A558615c
Octal314634420321252062514
Binary1100110011011100100010011010101010110000110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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