#030D2D

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

Shades of Midnight Express #030D2D

Tints of Midnight Express #030D2D

Color information

#030D2D (or 0x030D2D) is unknown color: approx Midnight Express. HEX triplet: 03, 0D and 2D. RGB value is (3,13,45). Sum of RGB (Red+Green+Blue) = 3+13+45=61 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.92% from 61); Green value is 13 (5.47% from 255 or 21.31% from 61); Blue value is 45 (17.97% from 255 or 73.77% from 61); Max value from RGB is 45 - color contains mainly: blue. Hex color #030D2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030D2D is #FCF2D2. Grayscale: #0D0D0D. Windows color (decimal): -16577235 or 2952451. OLE color: 2952451.

HSL color Cylindrical-coordinate representation of color #030D2D: hue angle of 225.71º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #030D2D is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB31345-
CMYK0.930.7100.82
HSL225.71º87.5%9.41%-
HSV(B)225.71º93.33%17.65%-
XYZ0.660.52.54-
YUV13.66145.69120.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.92%
GREEN value IS 13 (5.47% from 255) = 21.31%
BLUE value IS 45 (17.97% from 255) = 73.77%
R=4.92%
G=21.31%
B=73.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal313450.930.7100.82225.7187.59.41
Hex3D2D5D47052e2589
Octal31555135107012234213011
Binary11110110110110111011000111010100101110001010110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,13,45); }

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

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

 a { background-color: rgb(3,13,45); }

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

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

 span { border-color: rgb(3,13,45); }

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