Html Css Color HEX #152031 Midnight Express

📋 copy color: '#152031'

red 21 ◦ green 32 ◦ blue 49

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

Shades of Midnight Express #152031

Tints of Midnight Express #152031

RGB

 RED value IS 21 (8.59% from 255) = 20.59%

 GREEN value IS 32 (12.89% from 255) = 31.37%

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

R = 20.59%
G = 31.37%
B = 48.04%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#152031 (or 0x152031) is known color: Midnight Express. HEX triplet: 15, 20 and 31. RGB value is (21,32,49). Sum of RGB (Red+Green+Blue) = 21+32+49=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: blue. Hex color #152031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152031 is #EADFCE. Grayscale: #1E1E1E. Windows color (decimal): -15392719 or 3219477. OLE color: 3219477.

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

Color convert

RGB 21 32 49 -
CMYK 0.57 0.35 0 0.81
HSL 216.43º 0.4% 0.14% -
HSV(B) 216.43º 0.57% 0.19% -
XYZ 1.38 1.41 3.11 -
YUV 30.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 21 32 49 0.57 0.35 0 0.81 216.43 0.4 0.14
Hex 15 20 31 39 23 0 51 D8 28 E
Octal 25 40 61 71 43 0 121 330 50 16
Binary 10101 100000 110001 111001 100011 0 1010001 11011000 101000 1110

Color Harmonies of #152031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152031

Black with #152031

Text Example


Text Example

White with #152031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152031; }

 p { color: rgb(21,32,49); }

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

background-color css

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

 a { background-color: rgb(21,32,49); }

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

border-color css

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

 span { border-color: rgb(21,32,49); }

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