#192331

Color #192331 Blue Charcoal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Charcoal #192331

Tints of Blue Charcoal #192331

Color information

#192331 (or 0x192331) is unknown color: approx Blue Charcoal. HEX triplet: 19, 23 and 31. RGB value is (25,35,49). Sum of RGB (Red+Green+Blue) = 25+35+49=109 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.94% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 49 - color contains mainly: blue. Hex color #192331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192331 is #E6DCCE. Grayscale: #212121. Windows color (decimal): -15129807 or 3220249. OLE color: 3220249.

HSL color Cylindrical-coordinate representation of color #192331: hue angle of 215º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #192331 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB253549-
CMYK0.490.2900.81
HSL215º32.43%14.51%-
HSV(B)215º48.98%19.22%-
XYZ1.561.633.14-
YUV33.61136.69121.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.94%
GREEN value IS 35 (14.06% from 255) = 32.11%
BLUE value IS 49 (19.53% from 255) = 44.95%
R=22.94%
G=32.11%
B=44.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2535490.490.2900.8121532.4314.51
Hex192331311D051d720f
Octal314361613501213274017
Binary110011000111100011100011110101010001110101111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192331; }

 p { color: rgb(25,35,49); }

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

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

 a { background-color: rgb(25,35,49); }

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

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

 span { border-color: rgb(25,35,49); }

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