#000730

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

Shades of Midnight Express #000730

Tints of Midnight Express #000730

Color information

#000730 (or 0x000730) is unknown color: approx Midnight Express. HEX triplet: 00, 07 and 30. RGB value is (0,7,48). Sum of RGB (Red+Green+Blue) = 0+7+48=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 7 (3.12% from 255 or 12.73% from 55); Blue value is 48 (19.14% from 255 or 87.27% from 55); Max value from RGB is 48 - color contains mainly: blue. Hex color #000730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000730 is #FFF8CF. Grayscale: #090909. Windows color (decimal): -16775376 or 3147520. OLE color: 3147520.

HSL color Cylindrical-coordinate representation of color #000730: hue angle of 231.25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000730 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB0748-
CMYK10.8500.81
HSL231.25º100%9.41%-
HSV(B)231.25º100%18.82%-
XYZ0.610.372.83-
YUV9.58149.68121.17-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 7 (3.12% from 255) = 12.73%
BLUE value IS 48 (19.14% from 255) = 87.27%
R=0%
G=12.73%
B=87.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal074810.8500.81231.251009.41
Hex07306455051e7649
Octal0760144125012134714411
Binary011111000011001001010101010100011110011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000730; }

 p { color: rgb(0,7,48); }

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

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

 a { background-color: rgb(0,7,48); }

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

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

 span { border-color: rgb(0,7,48); }

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