Html Css Color HEX #152032 Midnight Express

📋 copy color: '#152032'

red 21 ◦ green 32 ◦ blue 50

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

Shades of Midnight Express #152032

Tints of Midnight Express #152032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 48.54%

R = 20.39%
G = 31.07%
B = 48.54%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#152032 (or 0x152032) is known color: Midnight Express. HEX triplet: 15, 20 and 32. RGB value is (21,32,50). Sum of RGB (Red+Green+Blue) = 21+32+50=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 50 (19.92% from 255 or 48.54% from 103); Max value from RGB is 50 - color contains mainly: blue. Hex color #152032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152032 is #EADFCD. Grayscale: #1E1E1E. Windows color (decimal): -15392718 or 3285013. OLE color: 3285013.

HSL color Cylindrical-coordinate representation of color #152032: hue angle of 217.24º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #152032 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 21 32 50 -
CMYK 0.58 0.36 0 0.80
HSL 217.24º 0.41% 0.14% -
HSV(B) 217.24º 0.58% 0.2% -
XYZ 1.4 1.42 3.22 -
YUV 30.76 138.86 121.04 -
System Red Green Blue C M Y K H S L
Decimal 21 32 50 0.58 0.36 0 0.80 217.24 0.41 0.14
Hex 15 20 32 3A 24 0 50 D9 29 E
Octal 25 40 62 72 44 0 120 331 51 16
Binary 10101 100000 110010 111010 100100 0 1010000 11011001 101001 1110

Color Harmonies of #152032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152032

Black with #152032

Text Example


Text Example

White with #152032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152032; }

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

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

background-color css

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

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

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

border-color css

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

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

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