Html Css Color HEX #18163D Midnight Express

📋 copy color: '#18163D'

red 24 ◦ green 22 ◦ blue 61

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

Shades of Midnight Express #18163D

Tints of Midnight Express #18163D

RGB

 RED value IS 24 (9.77% from 255) = 22.43%

 GREEN value IS 22 (8.98% from 255) = 20.56%

 BLUE value IS 61 (24.22% from 255) = 57.01%

R = 22.43%
G = 20.56%
B = 57.01%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#18163D (or 0x18163D) is known color: Midnight Express. HEX triplet: 18, 16 and 3D. RGB value is (24,22,61). Sum of RGB (Red+Green+Blue) = 24+22+61=107 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.43% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 61 (24.22% from 255 or 57.01% from 107); Max value from RGB is 61 - color contains mainly: blue. Hex color #18163D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18163D is #E7E9C2. Grayscale: #1A1A1A. Windows color (decimal): -15198659 or 4003352. OLE color: 4003352.

HSL color Cylindrical-coordinate representation of color #18163D: hue angle of 243.08º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #18163D is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 24 22 61 -
CMYK 0.61 0.64 0 0.76
HSL 243.08º 0.47% 0.16% -
HSV(B) 243.08º 0.64% 0.24% -
XYZ 1.51 1.1 4.55 -
YUV 27.04 147.16 125.83 -
System Red Green Blue C M Y K H S L
Decimal 24 22 61 0.61 0.64 0 0.76 243.08 0.47 0.16
Hex 18 16 3D 3D 40 0 4C F3 2F 10
Octal 30 26 75 75 100 0 114 363 57 20
Binary 11000 10110 111101 111101 1000000 0 1001100 11110011 101111 10000

Color Harmonies of #18163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18163D

Black with #18163D

Text Example


Text Example

White with #18163D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18163D; }

 p { color: rgb(24,22,61); }

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

background-color css

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

 a { background-color: rgb(24,22,61); }

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

border-color css

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

 span { border-color: rgb(24,22,61); }

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