Html Css Color HEX #030C30 Midnight Express

📋 copy color: '#030C30'

red 3 ◦ green 12 ◦ blue 48

#030C30
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #030C30

Tints of Midnight Express #030C30

RGB

 RED value IS 3 (1.56% from 255) = 4.76%

 GREEN value IS 12 (5.08% from 255) = 19.05%

 BLUE value IS 48 (19.14% from 255) = 76.19%

R = 4.76%
G = 19.05%
B = 76.19%

CMYK

 C value IS 0.94

 M value IS 0.75

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#030C30 (or 0x030C30) is known color: Midnight Express. HEX triplet: 03, 0C and 30. RGB value is (3,12,48). Sum of RGB (Red+Green+Blue) = 3+12+48=63 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.76% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 48 (19.14% from 255 or 76.19% from 63); Max value from RGB is 48 - color contains mainly: blue. Hex color #030C30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030C30 is #FCF3CF. Grayscale: #0D0D0D. Windows color (decimal): -16577488 or 3148803. OLE color: 3148803.

HSL color Cylindrical-coordinate representation of color #030C30: hue angle of 228º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #030C30 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 3 12 48 -
CMYK 0.94 0.75 0 0.81
HSL 228º 0.88% 0.1% -
HSV(B) 228º 0.94% 0.19% -
XYZ 0.7 0.5 2.85 -
YUV 13.41 147.52 120.57 -
System Red Green Blue C M Y K H S L
Decimal 3 12 48 0.94 0.75 0 0.81 228 0.88 0.1
Hex 3 C 30 5E 4B 0 51 E4 58 A
Octal 3 14 60 136 113 0 121 344 130 12
Binary 11 1100 110000 1011110 1001011 0 1010001 11100100 1011000 1010

Color Harmonies of #030C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C30

Black with #030C30

Text Example


Text Example

White with #030C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,12,48); }

 H1.HeaderClassName
 {
   color: #030C30;
 }
 .AnyTagClassName
 {
   color: #030C30;
 }
</style>

background-color css

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

 a { background-color: rgb(3,12,48); }

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

border-color css

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

 span { border-color: rgb(3,12,48); }

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