#192335

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

Shades of Midnight Express #192335

Tints of Midnight Express #192335

Color information

#192335 (or 0x192335) is unknown color: approx Midnight Express. HEX triplet: 19, 23 and 35. RGB value is (25,35,53). Sum of RGB (Red+Green+Blue) = 25+35+53=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 53 (21.09% from 255 or 46.90% from 113); Max value from RGB is 53 - color contains mainly: blue. Hex color #192335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192335 is #E6DCCA. Grayscale: #212121. Windows color (decimal): -15129803 or 3482393. OLE color: 3482393.

HSL color Cylindrical-coordinate representation of color #192335: hue angle of 218.57º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #192335 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB253553-
CMYK0.530.3400.79
HSL218.57º35.9%15.29%-
HSV(B)218.57º52.83%20.78%-
XYZ1.641.673.6-
YUV34.06138.69121.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.12%
GREEN value IS 35 (14.06% from 255) = 30.97%
BLUE value IS 53 (21.09% from 255) = 46.90%
R=22.12%
G=30.97%
B=46.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2535530.530.3400.79218.5735.915.29
Hex192335352204Fdb24f
Octal314365654201173334417
Binary1100110001111010111010110001001001111110110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192335; }

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

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

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

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

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

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

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

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