Html Css Color HEX #182335 Midnight Express

📋 copy color: '#182335'

red 24 ◦ green 35 ◦ blue 53

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

Shades of Midnight Express #182335

Tints of Midnight Express #182335

RGB

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

 GREEN value IS 35 (14.06% from 255) = 31.25%

 BLUE value IS 53 (21.09% from 255) = 47.32%

R = 21.43%
G = 31.25%
B = 47.32%

CMYK

 C value IS 0.55

 M value IS 0.34

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#182335 (or 0x182335) is known color: Midnight Express. HEX triplet: 18, 23 and 35. RGB value is (24,35,53). Sum of RGB (Red+Green+Blue) = 24+35+53=112 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.43% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 53 (21.09% from 255 or 47.32% from 112); Max value from RGB is 53 - color contains mainly: blue. Hex color #182335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182335 is #E7DCCA. Grayscale: #212121. Windows color (decimal): -15195339 or 3482392. OLE color: 3482392.

HSL color Cylindrical-coordinate representation of color #182335: hue angle of 217.24º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #182335 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 24 35 53 -
CMYK 0.55 0.34 0 0.79
HSL 217.24º 0.38% 0.15% -
HSV(B) 217.24º 0.55% 0.21% -
XYZ 1.62 1.65 3.6 -
YUV 33.76 138.86 121.04 -
System Red Green Blue C M Y K H S L
Decimal 24 35 53 0.55 0.34 0 0.79 217.24 0.38 0.15
Hex 18 23 35 37 22 0 4F D9 26 F
Octal 30 43 65 67 42 0 117 331 46 17
Binary 11000 100011 110101 110111 100010 0 1001111 11011001 100110 1111

Color Harmonies of #182335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182335

Black with #182335

Text Example


Text Example

White with #182335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182335; }

 p { color: rgb(24,35,53); }

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

background-color css

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

 a { background-color: rgb(24,35,53); }

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

border-color css

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

 span { border-color: rgb(24,35,53); }

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