#192431

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

Shades of Blue Charcoal #192431

Tints of Blue Charcoal #192431

Color information

#192431 (or 0x192431) is unknown color: approx Blue Charcoal. HEX triplet: 19, 24 and 31. RGB value is (25,36,49). Sum of RGB (Red+Green+Blue) = 25+36+49=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 49 - color contains mainly: blue. Hex color #192431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192431 is #E6DBCE. Grayscale: #222222. Windows color (decimal): -15129551 or 3220505. OLE color: 3220505.

HSL color Cylindrical-coordinate representation of color #192431: hue angle of 212.5º 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 #192431 is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB253649-
CMYK0.490.2700.81
HSL212.5º32.43%14.51%-
HSV(B)212.5º48.98%19.22%-
XYZ1.591.693.15-
YUV34.19136.36121.44-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.73%
GREEN value IS 36 (14.45% from 255) = 32.73%
BLUE value IS 49 (19.53% from 255) = 44.55%
R=22.73%
G=32.73%
B=44.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2536490.490.2700.81212.532.4314.51
Hex192431311B051d420f
Octal314461613301213244017
Binary110011001001100011100011101101010001110101001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192431; }

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

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

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

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

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

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

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

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