#192231

Color #192231 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #192231

Tints of Midnight Express #192231

Color information

#192231 (or 0x192231) is unknown color: approx Midnight Express. HEX triplet: 19, 22 and 31. RGB value is (25,34,49). Sum of RGB (Red+Green+Blue) = 25+34+49=108 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.15% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 49 - color contains mainly: blue. Hex color #192231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192231 is #E6DDCE. Grayscale: #202020. Windows color (decimal): -15130063 or 3219993. OLE color: 3219993.

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

Color convert

RGB253449-
CMYK0.490.3100.81
HSL217.5º32.43%14.51%-
HSV(B)217.5º48.98%19.22%-
XYZ1.531.573.13-
YUV33.02137.02122.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.15%
GREEN value IS 34 (13.67% from 255) = 31.48%
BLUE value IS 49 (19.53% from 255) = 45.37%
R=23.15%
G=31.48%
B=45.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2534490.490.3100.81217.532.4314.51
Hex192231311F051da20f
Octal314261613701213324017
Binary110011000101100011100011111101010001110110101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192231; }

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

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

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

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

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

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

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

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