#192E1B

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

Shades of Black Bean #192E1B

Tints of Black Bean #192E1B

Color information

#192E1B (or 0x192E1B) is unknown color: approx Black Bean. HEX triplet: 19, 2E and 1B. RGB value is (25,46,27). Sum of RGB (Red+Green+Blue) = 25+46+27=98 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.51% from 98); Green value is 46 (18.36% from 255 or 46.94% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 46 - color contains mainly: green. Hex color #192E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192E1B is #E6D1E4. Grayscale: #252525. Windows color (decimal): -15127013 or 1781273. OLE color: 1781273.

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

Color convert

RGB254627-
CMYK0.4600.410.82
HSL125.71º29.58%13.92%-
HSV(B)125.71º45.65%18.04%-
XYZ1.582.241.39-
YUV37.56122.04119.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 25.51%
GREEN value IS 46 (18.36% from 255) = 46.94%
BLUE value IS 27 (10.94% from 255) = 27.55%
R=25.51%
G=46.94%
B=27.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2546270.4600.410.82125.7129.5813.92
Hex192E1B2E029527e1ee
Octal315633560511221763616
Binary1100110111011011101110010100110100101111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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