#19211B

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

Shades of Black Bean #19211B

Tints of Black Bean #19211B

Color information

#19211B (or 0x19211B) is unknown color: approx Black Bean. HEX triplet: 19, 21 and 1B. RGB value is (25,33,27). Sum of RGB (Red+Green+Blue) = 25+33+27=85 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.41% from 85); Green value is 33 (13.28% from 255 or 38.82% from 85); Blue value is 27 (10.94% from 255 or 31.76% from 85); Max value from RGB is 33 - color contains mainly: green. Hex color #19211B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19211B is #E6DEE4. Grayscale: #1D1D1D. Windows color (decimal): -15130341 or 1777945. OLE color: 1777945.

HSL color Cylindrical-coordinate representation of color #19211B: hue angle of 135º 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 #19211B is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB253327-
CMYK0.2400.180.87
HSL135º13.79%11.37%-
HSV(B)135º24.24%12.94%-
XYZ1.141.371.24-
YUV29.92126.35124.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.41%
GREEN value IS 33 (13.28% from 255) = 38.82%
BLUE value IS 27 (10.94% from 255) = 31.76%
R=29.41%
G=38.82%
B=31.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2533270.2400.180.8713513.7911.37
Hex19211B180125787eb
Octal314133300221272071613
Binary11001100001110111100001001010101111000011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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