#030830

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

Shades of Midnight Express #030830

Tints of Midnight Express #030830

Color information

#030830 (or 0x030830) is unknown color: approx Midnight Express. HEX triplet: 03, 08 and 30. RGB value is (3,8,48). Sum of RGB (Red+Green+Blue) = 3+8+48=59 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.08% from 59); Green value is 8 (3.52% from 255 or 13.56% from 59); Blue value is 48 (19.14% from 255 or 81.36% from 59); Max value from RGB is 48 - color contains mainly: blue. Hex color #030830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030830 is #FCF7CF. Grayscale: #0A0A0A. Windows color (decimal): -16578512 or 3147779. OLE color: 3147779.

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

Color convert

RGB3848-
CMYK0.940.8300.81
HSL233.33º88.24%10%-
HSV(B)233.33º93.75%18.82%-
XYZ0.660.412.84-
YUV11.07148.84122.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.08%
GREEN value IS 8 (3.52% from 255) = 13.56%
BLUE value IS 48 (19.14% from 255) = 81.36%
R=5.08%
G=13.56%
B=81.36%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal38480.940.8300.81233.3388.2410
Hex38305E53051e958a
Octal31060136123012135113012
Binary11100011000010111101010011010100011110100110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030830; }

 p { color: rgb(3,8,48); }

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

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

 a { background-color: rgb(3,8,48); }

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

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

 span { border-color: rgb(3,8,48); }

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