#192C1C

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

Shades of Black Bean #192C1C

Tints of Black Bean #192C1C

Color information

#192C1C (or 0x192C1C) is unknown color: approx Black Bean. HEX triplet: 19, 2C and 1C. RGB value is (25,44,28). Sum of RGB (Red+Green+Blue) = 25+44+28=97 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.77% from 97); Green value is 44 (17.58% from 255 or 45.36% from 97); Blue value is 28 (11.33% from 255 or 28.87% from 97); Max value from RGB is 44 - color contains mainly: green. Hex color #192C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192C1C is #E6D3E3. Grayscale: #242424. Windows color (decimal): -15127524 or 1846297. OLE color: 1846297.

HSL color Cylindrical-coordinate representation of color #192C1C: hue angle of 129.47º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #192C1C is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.83.

Color convert

RGB254428-
CMYK0.4300.360.83
HSL129.47º27.54%13.53%-
HSV(B)129.47º43.18%17.25%-
XYZ1.512.091.42-
YUV36.49123.21119.8-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 25.77%
GREEN value IS 44 (17.58% from 255) = 45.36%
BLUE value IS 28 (11.33% from 255) = 28.87%
R=25.77%
G=45.36%
B=28.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2544280.4300.360.83129.4727.5413.53
Hex192C1C2B02453811ce
Octal315434530441232013416
Binary11001101100111001010110100100101001110000001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,44,28); }

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

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

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

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

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

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

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