#192E1E

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

Shades of Black Bean #192E1E

Tints of Black Bean #192E1E

Color information

#192E1E (or 0x192E1E) is unknown color: approx Black Bean. HEX triplet: 19, 2E and 1E. RGB value is (25,46,30). Sum of RGB (Red+Green+Blue) = 25+46+30=101 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.75% from 101); Green value is 46 (18.36% from 255 or 45.54% from 101); Blue value is 30 (12.11% from 255 or 29.70% from 101); Max value from RGB is 46 - color contains mainly: green. Hex color #192E1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192E1E is #E6D1E1. Grayscale: #252525. Windows color (decimal): -15127010 or 1977881. OLE color: 1977881.

HSL color Cylindrical-coordinate representation of color #192E1E: hue angle of 134.29º 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 #192E1E is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.82.

Color convert

RGB254630-
CMYK0.4600.350.82
HSL134.29º29.58%13.92%-
HSV(B)134.29º45.65%18.04%-
XYZ1.612.251.58-
YUV37.9123.54118.8-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.75%
GREEN value IS 46 (18.36% from 255) = 45.54%
BLUE value IS 30 (12.11% from 255) = 29.70%
R=24.75%
G=45.54%
B=29.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2546300.4600.350.82134.2929.5813.92
Hex192E1E2E02352861ee
Octal315636560431222063616
Binary11001101110111101011100100011101001010000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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