#182948

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

Shades of Midnight #182948

Tints of Midnight #182948

Color information

#182948 (or 0x182948) is unknown color: approx Midnight. HEX triplet: 18, 29 and 48. RGB value is (24,41,72). Sum of RGB (Red+Green+Blue) = 24+41+72=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #182948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182948 is #E7D6B7. Grayscale: #272727. Windows color (decimal): -15193784 or 4729112. OLE color: 4729112.

HSL color Cylindrical-coordinate representation of color #182948: hue angle of 218.75º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #182948 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB244172-
CMYK0.670.4300.72
HSL218.75º50%18.82%-
HSV(B)218.75º66.67%28.24%-
XYZ2.342.256.44-
YUV39.45146.37116.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.52%
GREEN value IS 41 (16.41% from 255) = 29.93%
BLUE value IS 72 (28.52% from 255) = 52.55%
R=17.52%
G=29.93%
B=52.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2441720.670.4300.72218.755018.82
Hex182948432B048db3213
Octal30511101035301103336223
Binary1100010100110010001000011101011010010001101101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182948; }

 p { color: rgb(24,41,72); }

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

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

 a { background-color: rgb(24,41,72); }

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

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

 span { border-color: rgb(24,41,72); }

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