#17223A

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

Shades of Midnight Express #17223A

Tints of Midnight Express #17223A

Color information

#17223A (or 0x17223A) is unknown color: approx Midnight Express. HEX triplet: 17, 22 and 3A. RGB value is (23,34,58). Sum of RGB (Red+Green+Blue) = 23+34+58=115 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #17223A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17223A is #E8DDC5. Grayscale: #212121. Windows color (decimal): -15261126 or 3809815. OLE color: 3809815.

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

Color convert

RGB233458-
CMYK0.600.4100.77
HSL221.14º43.21%15.88%-
HSV(B)221.14º60.34%22.75%-
XYZ1.691.634.23-
YUV33.45141.86120.55-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20%
GREEN value IS 34 (13.67% from 255) = 29.57%
BLUE value IS 58 (23.05% from 255) = 50.43%
R=20%
G=29.57%
B=50.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2334580.600.4100.77221.1443.2115.88
Hex17223A3C2904Ddd2b10
Octal274272745101153355320
Binary10111100010111010111100101001010011011101110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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