#000F34

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

Shades of Midnight Express #000F34

Tints of Midnight Express #000F34

Color information

#000F34 (or 0x000F34) is unknown color: approx Midnight Express. HEX triplet: 00, 0F and 34. RGB value is (0,15,52). Sum of RGB (Red+Green+Blue) = 0+15+52=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 52 (20.70% from 255 or 77.61% from 67); Max value from RGB is 52 - color contains mainly: blue. Hex color #000F34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F34 is #FFF0CB. Grayscale: #0E0E0E. Windows color (decimal): -16773324 or 3411712. OLE color: 3411712.

HSL color Cylindrical-coordinate representation of color #000F34: hue angle of 222.69º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F34 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB01552-
CMYK10.7100.80
HSL222.69º100%10.2%-
HSV(B)222.69º100%20.39%-
XYZ0.790.593.32-
YUV14.73149.03117.49-

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) = 22.39%
BLUE value IS 52 (20.70% from 255) = 77.61%
R=0%
G=22.39%
B=77.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal0155210.7100.80222.6910010.2
Hex0F346447050df64a
Octal01764144107012033714412
Binary0111111010011001001000111010100001101111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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