#1F2A41

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

Shades of Midnight Express #1F2A41

Tints of Midnight Express #1F2A41

Color information

#1F2A41 (or 0x1F2A41) is unknown color: approx Midnight Express. HEX triplet: 1F, 2A and 41. RGB value is (31,42,65). Sum of RGB (Red+Green+Blue) = 31+42+65=138 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.46% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 65 - color contains mainly: blue. Hex color #1F2A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2A41 is #E0D5BE. Grayscale: #292929. Windows color (decimal): -14734783 or 4270623. OLE color: 4270623.

HSL color Cylindrical-coordinate representation of color #1F2A41: hue angle of 220.59º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F2A41 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB314265-
CMYK0.520.3500.75
HSL220.59º35.42%18.82%-
HSV(B)220.59º52.31%25.49%-
XYZ2.352.335.33-
YUV41.33141.36120.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.46%
GREEN value IS 42 (16.80% from 255) = 30.43%
BLUE value IS 65 (25.78% from 255) = 47.10%
R=22.46%
G=30.43%
B=47.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3142650.520.3500.75220.5935.4218.82
Hex1F2A41342304Bdd2313
Octal3752101644301133354323
Binary111111010101000001110100100011010010111101110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,42,65); }

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

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

 a { background-color: rgb(31,42,65); }

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

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

 span { border-color: rgb(31,42,65); }

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