#19223A

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

Shades of Midnight Express #19223A

Tints of Midnight Express #19223A

Color information

#19223A (or 0x19223A) is unknown color: approx Midnight Express. HEX triplet: 19, 22 and 3A. RGB value is (25,34,58). Sum of RGB (Red+Green+Blue) = 25+34+58=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 58 (23.05% from 255 or 49.57% from 117); Max value from RGB is 58 - color contains mainly: blue. Hex color #19223A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19223A is #E6DDC5. Grayscale: #212121. Windows color (decimal): -15130054 or 3809817. OLE color: 3809817.

HSL color Cylindrical-coordinate representation of color #19223A: hue angle of 223.64º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #19223A is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB253458-
CMYK0.570.4100.77
HSL223.64º39.76%16.27%-
HSV(B)223.64º56.9%22.75%-
XYZ1.741.664.23-
YUV34.04141.52121.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.37%
GREEN value IS 34 (13.67% from 255) = 29.06%
BLUE value IS 58 (23.05% from 255) = 49.57%
R=21.37%
G=29.06%
B=49.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2534580.570.4100.77223.6439.7616.27
Hex19223A392904De02810
Octal314272715101153405020
Binary11001100010111010111001101001010011011110000010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19223A; }

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

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

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

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

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

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

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

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