Html Css Color HEX #121831 Midnight Express

📋 copy color: '#121831'

red 18 ◦ green 24 ◦ blue 49

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

Shades of Midnight Express #121831

Tints of Midnight Express #121831

RGB

 RED value IS 18 (7.42% from 255) = 19.78%

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

 BLUE value IS 49 (19.53% from 255) = 53.85%

R = 19.78%
G = 26.37%
B = 53.85%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#121831 (or 0x121831) is known color: Midnight Express. HEX triplet: 12, 18 and 31. RGB value is (18,24,49). Sum of RGB (Red+Green+Blue) = 18+24+49=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 49 (19.53% from 255 or 53.85% from 91); Max value from RGB is 49 - color contains mainly: blue. Hex color #121831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121831 is #EDE7CE. Grayscale: #181818. Windows color (decimal): -15591375 or 3217426. OLE color: 3217426.

HSL color Cylindrical-coordinate representation of color #121831: hue angle of 228.39º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #121831 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 18 24 49 -
CMYK 0.63 0.51 0 0.81
HSL 228.39º 0.46% 0.13% -
HSV(B) 228.39º 0.63% 0.19% -
XYZ 1.13 1 3.04 -
YUV 25.06 141.51 122.97 -
System Red Green Blue C M Y K H S L
Decimal 18 24 49 0.63 0.51 0 0.81 228.39 0.46 0.13
Hex 12 18 31 3F 33 0 51 E4 2E D
Octal 22 30 61 77 63 0 121 344 56 15
Binary 10010 11000 110001 111111 110011 0 1010001 11100100 101110 1101

Color Harmonies of #121831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121831

Black with #121831

Text Example


Text Example

White with #121831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121831; }

 p { color: rgb(18,24,49); }

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

background-color css

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

 a { background-color: rgb(18,24,49); }

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

border-color css

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

 span { border-color: rgb(18,24,49); }

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