#000830

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

Shades of Midnight Express #000830

Tints of Midnight Express #000830

Color information

#000830 (or 0x000830) is unknown color: approx Midnight Express. HEX triplet: 00, 08 and 30. RGB value is (0,8,48). Sum of RGB (Red+Green+Blue) = 0+8+48=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 8 (3.52% from 255 or 14.29% from 56); Blue value is 48 (19.14% from 255 or 85.71% from 56); Max value from RGB is 48 - color contains mainly: blue. Hex color #000830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000830 is #FFF7CF. Grayscale: #0A0A0A. Windows color (decimal): -16775120 or 3147776. OLE color: 3147776.

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

Color convert

RGB0848-
CMYK10.8300.81
HSL230º100%9.41%-
HSV(B)230º100%18.82%-
XYZ0.620.392.84-
YUV10.17149.35120.75-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 8 (3.52% from 255) = 14.29%
BLUE value IS 48 (19.14% from 255) = 85.71%
R=0%
G=14.29%
B=85.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal084810.8300.812301009.41
Hex08306453051e6649
Octal01060144123012134614411
Binary0100011000011001001010011010100011110011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000830; }

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

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

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

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

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

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

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

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