#000F30

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

Shades of Midnight Express #000F30

Tints of Midnight Express #000F30

Color information

#000F30 (or 0x000F30) is unknown color: approx Midnight Express. HEX triplet: 00, 0F and 30. RGB value is (0,15,48). Sum of RGB (Red+Green+Blue) = 0+15+48=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 48 (19.14% from 255 or 76.19% from 63); Max value from RGB is 48 - color contains mainly: blue. Hex color #000F30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F30 is #FFF0CF. Grayscale: #0E0E0E. Windows color (decimal): -16773328 or 3149568. OLE color: 3149568.

HSL color Cylindrical-coordinate representation of color #000F30: hue angle of 221.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 #000F30 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB01548-
CMYK10.6900.81
HSL221.25º100%9.41%-
HSV(B)221.25º100%18.82%-
XYZ0.70.562.87-
YUV14.28147.03117.82-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 15 (6.25% from 255) = 23.81%
BLUE value IS 48 (19.14% from 255) = 76.19%
R=0%
G=23.81%
B=76.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0154810.6900.81221.251009.41
Hex0F306445051dd649
Octal01760144105012133514411
Binary0111111000011001001000101010100011101110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000F30; }

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

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

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

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

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

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

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

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