#192019

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

Shades of Black Bean #192019

Tints of Black Bean #192019

Color information

#192019 (or 0x192019) is unknown color: approx Black Bean. HEX triplet: 19, 20 and 19. RGB value is (25,32,25). Sum of RGB (Red+Green+Blue) = 25+32+25=82 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.49% from 82); Green value is 32 (12.89% from 255 or 39.02% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 32 - color contains mainly: green. Hex color #192019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192019 is #E6DFE6. Grayscale: #1D1D1D. Windows color (decimal): -15130599 or 1646617. OLE color: 1646617.

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

Color convert

RGB253225-
CMYK0.2200.220.87
HSL120º12.28%11.18%-
HSV(B)120º21.88%12.55%-
XYZ1.091.311.11-
YUV29.11125.68125.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 30.49%
GREEN value IS 32 (12.89% from 255) = 39.02%
BLUE value IS 25 (10.16% from 255) = 30.49%
R=30.49%
G=39.02%
B=30.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2532250.2200.220.8712012.2811.18
Hex192019160165778cb
Octal314031260261271701413
Binary1100110000011001101100101101010111111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192019; }

 p { color: rgb(25,32,25); }

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

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

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

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

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

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

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