#061630

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

Shades of Midnight Express #061630

Tints of Midnight Express #061630

Color information

#061630 (or 0x061630) is unknown color: approx Midnight Express. HEX triplet: 06, 16 and 30. RGB value is (6,22,48). Sum of RGB (Red+Green+Blue) = 6+22+48=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 48 (19.14% from 255 or 63.16% from 76); Max value from RGB is 48 - color contains mainly: blue. Hex color #061630 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061630 is #F9E9CF. Grayscale: #141414. Windows color (decimal): -16378320 or 3151366. OLE color: 3151366.

HSL color Cylindrical-coordinate representation of color #061630: hue angle of 217.14º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #061630 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB62248-
CMYK0.870.5400.81
HSL217.14º77.78%10.59%-
HSV(B)217.14º87.5%18.82%-
XYZ0.90.832.91-
YUV20.18143.7117.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.89%
GREEN value IS 22 (8.98% from 255) = 28.95%
BLUE value IS 48 (19.14% from 255) = 63.16%
R=7.89%
G=28.95%
B=63.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal622480.870.5400.81217.1477.7810.59
Hex616305736051d94eb
Octal6266012766012133111613
Binary110101101100001010111110110010100011101100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061630; }

 p { color: rgb(6,22,48); }

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

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

 a { background-color: rgb(6,22,48); }

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

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

 span { border-color: rgb(6,22,48); }

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