#030B30

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

Shades of Midnight Express #030B30

Tints of Midnight Express #030B30

Color information

#030B30 (or 0x030B30) is unknown color: approx Midnight Express. HEX triplet: 03, 0B and 30. RGB value is (3,11,48). Sum of RGB (Red+Green+Blue) = 3+11+48=62 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.84% from 62); Green value is 11 (4.69% from 255 or 17.74% from 62); Blue value is 48 (19.14% from 255 or 77.42% from 62); Max value from RGB is 48 - color contains mainly: blue. Hex color #030B30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030B30 is #FCF4CF. Grayscale: #0C0C0C. Windows color (decimal): -16577744 or 3148547. OLE color: 3148547.

HSL color Cylindrical-coordinate representation of color #030B30: hue angle of 229.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 #030B30 is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB31148-
CMYK0.940.7700.81
HSL229.33º88.24%10%-
HSV(B)229.33º93.75%18.82%-
XYZ0.690.472.85-
YUV12.83147.85120.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.84%
GREEN value IS 11 (4.69% from 255) = 17.74%
BLUE value IS 48 (19.14% from 255) = 77.42%
R=4.84%
G=17.74%
B=77.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal311480.940.7700.81229.3388.2410
Hex3B305E4D051e558a
Octal31360136115012134513012
Binary11101111000010111101001101010100011110010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030B30; }

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

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

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

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

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

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

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

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