#192A1C

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

Shades of Black Bean #192A1C

Tints of Black Bean #192A1C

Color information

#192A1C (or 0x192A1C) is unknown color: approx Black Bean. HEX triplet: 19, 2A and 1C. RGB value is (25,42,28). Sum of RGB (Red+Green+Blue) = 25+42+28=95 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.32% from 95); Green value is 42 (16.80% from 255 or 44.21% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 42 - color contains mainly: green. Hex color #192A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192A1C is #E6D5E3. Grayscale: #232323. Windows color (decimal): -15128036 or 1845785. OLE color: 1845785.

HSL color Cylindrical-coordinate representation of color #192A1C: hue angle of 130.59º 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 #192A1C is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.84.

Color convert

RGB254228-
CMYK0.4000.330.84
HSL130.59º25.37%13.14%-
HSV(B)130.59º40.48%16.47%-
XYZ1.441.951.4-
YUV35.32123.87120.64-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.32%
GREEN value IS 42 (16.80% from 255) = 44.21%
BLUE value IS 28 (11.33% from 255) = 29.47%
R=26.32%
G=44.21%
B=29.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2542280.4000.330.84130.5925.3713.14
Hex192A1C28021548319d
Octal315234500411242033115
Binary11001101010111001010000100001101010010000011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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