#19211A

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

Shades of Black Bean #19211A

Tints of Black Bean #19211A

Color information

#19211A (or 0x19211A) is unknown color: approx Black Bean. HEX triplet: 19, 21 and 1A. RGB value is (25,33,26). Sum of RGB (Red+Green+Blue) = 25+33+26=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 33 - color contains mainly: green. Hex color #19211A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19211A is #E6DEE5. Grayscale: #1D1D1D. Windows color (decimal): -15130342 or 1712409. OLE color: 1712409.

HSL color Cylindrical-coordinate representation of color #19211A: hue angle of 127.5º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #19211A is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.87.

Color convert

RGB253326-
CMYK0.2400.210.87
HSL127.5º13.79%11.37%-
HSV(B)127.5º24.24%12.94%-
XYZ1.131.371.18-
YUV29.81125.85124.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.76%
GREEN value IS 33 (13.28% from 255) = 39.29%
BLUE value IS 26 (10.55% from 255) = 30.95%
R=29.76%
G=39.29%
B=30.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2533260.2400.210.87127.513.7911.37
Hex19211A18015577feb
Octal314132300251271771613
Binary1100110000111010110000101011010111111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19211A; }

 p { color: rgb(25,33,26); }

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

<style>
 a { background-color: #19211A; }

 a { background-color: rgb(25,33,26); }

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

<style>
 span { border-color: #19211A; }

 span { border-color: rgb(25,33,26); }

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