#121830

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

Shades of Midnight Express #121830

Tints of Midnight Express #121830

Color information

#121830 (or 0x121830) is unknown color: approx Midnight Express. HEX triplet: 12, 18 and 30. RGB value is (18,24,48). Sum of RGB (Red+Green+Blue) = 18+24+48=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 24 (9.77% from 255 or 26.67% from 90); Blue value is 48 (19.14% from 255 or 53.33% from 90); Max value from RGB is 48 - color contains mainly: blue. Hex color #121830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121830 is #EDE7CF. Grayscale: #181818. Windows color (decimal): -15591376 or 3151890. OLE color: 3151890.

HSL color Cylindrical-coordinate representation of color #121830: hue angle of 228º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #121830 is Cyan = 0.63, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB182448-
CMYK0.630.500.81
HSL228º45.45%12.94%-
HSV(B)228º62.5%18.82%-
XYZ1.1112.93-
YUV24.94141.01123.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20%
GREEN value IS 24 (9.77% from 255) = 26.67%
BLUE value IS 48 (19.14% from 255) = 53.33%
R=20%
G=26.67%
B=53.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1824480.630.500.8122845.4512.94
Hex1218303F32051e42dd
Octal223060776201213445515
Binary100101100011000011111111001001010001111001001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121830; }

 p { color: rgb(18,24,48); }

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

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

 a { background-color: rgb(18,24,48); }

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

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

 span { border-color: rgb(18,24,48); }

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