#192E1F

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

Shades of Black Bean #192E1F

Tints of Black Bean #192E1F

Color information

#192E1F (or 0x192E1F) is unknown color: approx Black Bean. HEX triplet: 19, 2E and 1F. RGB value is (25,46,31). Sum of RGB (Red+Green+Blue) = 25+46+31=102 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.51% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 46 - color contains mainly: green. Hex color #192E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192E1F is #E6D1E0. Grayscale: #262626. Windows color (decimal): -15127009 or 2043417. OLE color: 2043417.

HSL color Cylindrical-coordinate representation of color #192E1F: hue angle of 137.14º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #192E1F is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.82.

Color convert

RGB254631-
CMYK0.4600.330.82
HSL137.14º29.58%13.92%-
HSV(B)137.14º45.65%18.04%-
XYZ1.632.261.65-
YUV38.01124.04118.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.51%
GREEN value IS 46 (18.36% from 255) = 45.10%
BLUE value IS 31 (12.5% from 255) = 30.39%
R=24.51%
G=45.10%
B=30.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2546310.4600.330.82137.1429.5813.92
Hex192E1F2E02152891ee
Octal315637560411222113616
Binary11001101110111111011100100001101001010001001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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