#152141

Color #152141 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #152141

Tints of Midnight Express #152141

Color information

#152141 (or 0x152141) is unknown color: approx Midnight Express. HEX triplet: 15, 21 and 41. RGB value is (21,33,65). Sum of RGB (Red+Green+Blue) = 21+33+65=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #152141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152141 is #EADEBE. Grayscale: #202020. Windows color (decimal): -15392447 or 4268309. OLE color: 4268309.

HSL color Cylindrical-coordinate representation of color #152141: hue angle of 223.64º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #152141 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB213365-
CMYK0.680.4900.75
HSL223.64º51.16%16.86%-
HSV(B)223.64º67.69%25.49%-
XYZ1.811.635.22-
YUV33.06146.02119.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.65%
GREEN value IS 33 (13.28% from 255) = 27.73%
BLUE value IS 65 (25.78% from 255) = 54.62%
R=17.65%
G=27.73%
B=54.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2133650.680.4900.75223.6451.1616.86
Hex152141443104Be03311
Octal25411011046101133406321
Binary1010110000110000011000100110001010010111110000011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152141; }

 p { color: rgb(21,33,65); }

 H1.HeaderClassName
 {
   color: #152141;
 }
 .AnyTagClassName
 {
   color: #152141;
 }
</style>
background-color css

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

 a { background-color: rgb(21,33,65); }

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

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

 span { border-color: rgb(21,33,65); }

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