Html Css Color HEX #182141 Midnight Express

📋 copy color: '#182141'

red 24 ◦ green 33 ◦ blue 65

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

Shades of Midnight Express #182141

Tints of Midnight Express #182141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.05%

 BLUE value IS 65 (25.78% from 255) = 53.28%

R = 19.67%
G = 27.05%
B = 53.28%

CMYK

 C value IS 0.63

 M value IS 0.49

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#182141 (or 0x182141) is known color: Midnight Express. HEX triplet: 18, 21 and 41. RGB value is (24,33,65). Sum of RGB (Red+Green+Blue) = 24+33+65=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 65 (25.78% from 255 or 53.28% from 122); Max value from RGB is 65 - color contains mainly: blue. Hex color #182141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182141 is #E7DEBE. Grayscale: #212121. Windows color (decimal): -15195839 or 4268312. OLE color: 4268312.

HSL color Cylindrical-coordinate representation of color #182141: hue angle of 226.83º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #182141 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 33 65 -
CMYK 0.63 0.49 0 0.75
HSL 226.83º 0.46% 0.17% -
HSV(B) 226.83º 0.63% 0.25% -
XYZ 1.87 1.66 5.22 -
YUV 33.96 145.52 120.9 -
System Red Green Blue C M Y K H S L
Decimal 24 33 65 0.63 0.49 0 0.75 226.83 0.46 0.17
Hex 18 21 41 3F 31 0 4B E3 2E 11
Octal 30 41 101 77 61 0 113 343 56 21
Binary 11000 100001 1000001 111111 110001 0 1001011 11100011 101110 10001

Color Harmonies of #182141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182141

Black with #182141

Text Example


Text Example

White with #182141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182141; }

 p { color: rgb(24,33,65); }

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

background-color css

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

 a { background-color: rgb(24,33,65); }

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

border-color css

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

 span { border-color: rgb(24,33,65); }

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