Html Css Color HEX #031838 Midnight Express

📋 copy color: '#031838'

red 3 ◦ green 24 ◦ blue 56

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

Shades of Midnight Express #031838

Tints of Midnight Express #031838

RGB

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

 GREEN value IS 24 (9.77% from 255) = 28.92%

 BLUE value IS 56 (22.27% from 255) = 67.47%

R = 3.61%
G = 28.92%
B = 67.47%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#031838 (or 0x031838) is known color: Midnight Express. HEX triplet: 03, 18 and 38. RGB value is (3,24,56). Sum of RGB (Red+Green+Blue) = 3+24+56=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 56 (22.27% from 255 or 67.47% from 83); Max value from RGB is 56 - color contains mainly: blue. Hex color #031838 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031838 is #FCE7C7. Grayscale: #151515. Windows color (decimal): -16574408 or 3676163. OLE color: 3676163.

HSL color Cylindrical-coordinate representation of color #031838: hue angle of 216.23º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031838 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 24 56 -
CMYK 0.95 0.57 0 0.78
HSL 216.23º 0.9% 0.12% -
HSV(B) 216.23º 0.95% 0.22% -
XYZ 1.08 0.96 3.87 -
YUV 21.37 147.54 114.9 -
System Red Green Blue C M Y K H S L
Decimal 3 24 56 0.95 0.57 0 0.78 216.23 0.9 0.12
Hex 3 18 38 5F 39 0 4E D8 5A C
Octal 3 30 70 137 71 0 116 330 132 14
Binary 11 11000 111000 1011111 111001 0 1001110 11011000 1011010 1100

Color Harmonies of #031838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031838

Black with #031838

Text Example


Text Example

White with #031838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031838; }

 p { color: rgb(3,24,56); }

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

background-color css

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

 a { background-color: rgb(3,24,56); }

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

border-color css

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

 span { border-color: rgb(3,24,56); }

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