#061032

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

Shades of Midnight Express #061032

Tints of Midnight Express #061032

Color information

#061032 (or 0x061032) is unknown color: approx Midnight Express. HEX triplet: 06, 10 and 32. RGB value is (6,16,50). Sum of RGB (Red+Green+Blue) = 6+16+50=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 50 (19.92% from 255 or 69.44% from 72); Max value from RGB is 50 - color contains mainly: blue. Hex color #061032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061032 is #F9EFCD. Grayscale: #101010. Windows color (decimal): -16379854 or 3280902. OLE color: 3280902.

HSL color Cylindrical-coordinate representation of color #061032: hue angle of 226.36º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #061032 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB61650-
CMYK0.880.6800.80
HSL226.36º78.57%10.98%-
HSV(B)226.36º88%19.61%-
XYZ0.840.643.1-
YUV16.89146.69120.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.33%
GREEN value IS 16 (6.64% from 255) = 22.22%
BLUE value IS 50 (19.92% from 255) = 69.44%
R=8.33%
G=22.22%
B=69.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal616500.880.6800.80226.3678.5710.98
Hex610325844050e24fb
Octal62062130104012034211713
Binary1101000011001010110001000100010100001110001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061032; }

 p { color: rgb(6,16,50); }

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

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

 a { background-color: rgb(6,16,50); }

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

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

 span { border-color: rgb(6,16,50); }

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