Html Css Color HEX #182130 Midnight Express

📋 copy color: '#182130'

red 24 ◦ green 33 ◦ blue 48

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

Shades of Midnight Express #182130

Tints of Midnight Express #182130

RGB

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

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

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

R = 22.86%
G = 31.43%
B = 45.71%

CMYK

 C value IS 0.5

 M value IS 0.31

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#182130 (or 0x182130) is known color: Midnight Express. HEX triplet: 18, 21 and 30. RGB value is (24,33,48). Sum of RGB (Red+Green+Blue) = 24+33+48=105 (13% of max value = 765). Red value is 24 (9.77% from 255 or 22.86% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 48 - color contains mainly: blue. Hex color #182130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182130 is #E7DECF. Grayscale: #1F1F1F. Windows color (decimal): -15195856 or 3154200. OLE color: 3154200.

HSL color Cylindrical-coordinate representation of color #182130: hue angle of 217.5º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #182130 is Cyan = 0.5, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 24 33 48 -
CMYK 0.5 0.31 0 0.81
HSL 217.5º 0.33% 0.14% -
HSV(B) 217.5º 0.5% 0.19% -
XYZ 1.45 1.5 3.01 -
YUV 32.02 137.02 122.28 -
System Red Green Blue C M Y K H S L
Decimal 24 33 48 0.5 0.31 0 0.81 217.5 0.33 0.14
Hex 18 21 30 32 1F 0 51 DA 21 E
Octal 30 41 60 62 37 0 121 332 41 16
Binary 11000 100001 110000 110010 11111 0 1010001 11011010 100001 1110

Color Harmonies of #182130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182130

Black with #182130

Text Example


Text Example

White with #182130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182130; }

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

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

background-color css

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

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

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

border-color css

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

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

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