#18283D

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

Shades of Midnight #18283D

Tints of Midnight #18283D

Color information

#18283D (or 0x18283D) is unknown color: approx Midnight. HEX triplet: 18, 28 and 3D. RGB value is (24,40,61). Sum of RGB (Red+Green+Blue) = 24+40+61=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 61 (24.22% from 255 or 48.8% from 125); Max value from RGB is 61 - color contains mainly: blue. Hex color #18283D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18283D is #E7D7C2. Grayscale: #252525. Windows color (decimal): -15194051 or 4007960. OLE color: 4007960.

HSL color Cylindrical-coordinate representation of color #18283D: hue angle of 214.05º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #18283D is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB244061-
CMYK0.610.3400.76
HSL214.05º43.53%16.67%-
HSV(B)214.05º60.66%23.92%-
XYZ1.982.054.71-
YUV37.61141.2118.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.2%
GREEN value IS 40 (16.02% from 255) = 32%
BLUE value IS 61 (24.22% from 255) = 48.8%
R=19.2%
G=32%
B=48.8%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2440610.610.3400.76214.0543.5316.67
Hex18283D3D2204Cd62c11
Octal305075754201143265421
Binary11000101000111101111101100010010011001101011010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18283D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18283D; }

 p { color: rgb(24,40,61); }

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

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

 a { background-color: rgb(24,40,61); }

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

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

 span { border-color: rgb(24,40,61); }

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