#192A1F

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

Shades of Black Bean #192A1F

Tints of Black Bean #192A1F

Color information

#192A1F (or 0x192A1F) is unknown color: approx Black Bean. HEX triplet: 19, 2A and 1F. RGB value is (25,42,31). Sum of RGB (Red+Green+Blue) = 25+42+31=98 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.51% from 98); Green value is 42 (16.80% from 255 or 42.86% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 42 - color contains mainly: green. Hex color #192A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192A1F is #E6D5E0. Grayscale: #232323. Windows color (decimal): -15128033 or 2042393. OLE color: 2042393.

HSL color Cylindrical-coordinate representation of color #192A1F: hue angle of 141.18º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #192A1F is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.84.

Color convert

RGB254231-
CMYK0.4000.260.84
HSL141.18º25.37%13.14%-
HSV(B)141.18º40.48%16.47%-
XYZ1.481.961.6-
YUV35.66125.37120.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 25.51%
GREEN value IS 42 (16.80% from 255) = 42.86%
BLUE value IS 31 (12.5% from 255) = 31.63%
R=25.51%
G=42.86%
B=31.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2542310.4000.260.84141.1825.3713.14
Hex192A1F2801A548d19d
Octal315237500321242153115
Binary1100110101011111101000011010101010010001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192A1F; }

 p { color: rgb(25,42,31); }

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

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

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

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

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

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

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