#1F2233

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

Shades of Midnight Express #1F2233

Tints of Midnight Express #1F2233

Color information

#1F2233 (or 0x1F2233) is unknown color: approx Midnight Express. HEX triplet: 1F, 22 and 33. RGB value is (31,34,51). Sum of RGB (Red+Green+Blue) = 31+34+51=116 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.72% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 51 (20.31% from 255 or 43.97% from 116); Max value from RGB is 51 - color contains mainly: blue. Hex color #1F2233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2233 is #E0DDCC. Grayscale: #222222. Windows color (decimal): -14736845 or 3351071. OLE color: 3351071.

HSL color Cylindrical-coordinate representation of color #1F2233: hue angle of 231º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1F2233 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB313451-
CMYK0.390.3300.8
HSL231º24.39%16.08%-
HSV(B)231º39.22%20%-
XYZ1.731.673.36-
YUV35.04137.01125.12-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.72%
GREEN value IS 34 (13.67% from 255) = 29.31%
BLUE value IS 51 (20.31% from 255) = 43.97%
R=26.72%
G=29.31%
B=43.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3134510.390.3300.823124.3916.08
Hex1F22332721050e71810
Octal374263474101203473020
Binary1111110001011001110011110000101010000111001111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F2233; }

 p { color: rgb(31,34,51); }

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

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

 a { background-color: rgb(31,34,51); }

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

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

 span { border-color: rgb(31,34,51); }

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