#19261D

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

Shades of Black Bean #19261D

Tints of Black Bean #19261D

Color information

#19261D (or 0x19261D) is unknown color: approx Black Bean. HEX triplet: 19, 26 and 1D. RGB value is (25,38,29). Sum of RGB (Red+Green+Blue) = 25+38+29=92 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.17% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 38 - color contains mainly: green. Hex color #19261D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19261D is #E6D9E2. Grayscale: #212121. Windows color (decimal): -15129059 or 1910297. OLE color: 1910297.

HSL color Cylindrical-coordinate representation of color #19261D: hue angle of 138.46º 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 #19261D is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB253829-
CMYK0.3400.240.85
HSL138.46º20.63%12.35%-
HSV(B)138.46º34.21%14.9%-
XYZ1.321.681.42-
YUV33.09125.69122.23-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 27.17%
GREEN value IS 38 (15.23% from 255) = 41.30%
BLUE value IS 29 (11.72% from 255) = 31.52%
R=27.17%
G=41.30%
B=31.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2538290.3400.240.85138.4620.6312.35
Hex19261D22018558a15c
Octal314635420301252122514
Binary1100110011011101100010011000101010110001010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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