#152133

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

Shades of Midnight Express #152133

Tints of Midnight Express #152133

Color information

#152133 (or 0x152133) is unknown color: approx Midnight Express. HEX triplet: 15, 21 and 33. RGB value is (21,33,51). Sum of RGB (Red+Green+Blue) = 21+33+51=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 51 (20.31% from 255 or 48.57% from 105); Max value from RGB is 51 - color contains mainly: blue. Hex color #152133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152133 is #EADECC. Grayscale: #1F1F1F. Windows color (decimal): -15392461 or 3350805. OLE color: 3350805.

HSL color Cylindrical-coordinate representation of color #152133: hue angle of 216º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #152133 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB213351-
CMYK0.590.3500.8
HSL216º41.67%14.12%-
HSV(B)216º58.82%20%-
XYZ1.451.493.34-
YUV31.46139.02120.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20%
GREEN value IS 33 (13.28% from 255) = 31.43%
BLUE value IS 51 (20.31% from 255) = 48.57%
R=20%
G=31.43%
B=48.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2133510.590.3500.821641.6714.12
Hex1521333B23050d82ae
Octal254163734301203305216
Binary1010110000111001111101110001101010000110110001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152133; }

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

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

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

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

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

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

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

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