#021030

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

Shades of Midnight Express #021030

Tints of Midnight Express #021030

Color information

#021030 (or 0x021030) is unknown color: approx Midnight Express. HEX triplet: 02, 10 and 30. RGB value is (2,16,48). Sum of RGB (Red+Green+Blue) = 2+16+48=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 48 (19.14% from 255 or 72.73% from 66); Max value from RGB is 48 - color contains mainly: blue. Hex color #021030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021030 is #FDEFCF. Grayscale: #0F0F0F. Windows color (decimal): -16642000 or 3149826. OLE color: 3149826.

HSL color Cylindrical-coordinate representation of color #021030: hue angle of 221.74º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021030 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB21648-
CMYK0.960.6700.81
HSL221.74º92%9.8%-
HSV(B)221.74º95.83%18.82%-
XYZ0.740.62.87-
YUV15.46146.36118.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.03%
GREEN value IS 16 (6.64% from 255) = 24.24%
BLUE value IS 48 (19.14% from 255) = 72.73%
R=3.03%
G=24.24%
B=72.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal216480.960.6700.81221.74929.8
Hex210306043051de5ca
Octal22060140103012133613412
Binary101000011000011000001000011010100011101111010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021030; }

 p { color: rgb(2,16,48); }

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

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

 a { background-color: rgb(2,16,48); }

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

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

 span { border-color: rgb(2,16,48); }

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