#212433

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

Shades of Midnight Express #212433

Tints of Midnight Express #212433

Color information

#212433 (or 0x212433) is unknown color: approx Midnight Express. HEX triplet: 21, 24 and 33. RGB value is (33,36,51). Sum of RGB (Red+Green+Blue) = 33+36+51=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 51 - color contains mainly: blue. Hex color #212433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212433 is #DEDBCC. Grayscale: #242424. Windows color (decimal): -14605261 or 3351585. OLE color: 3351585.

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

Color convert

RGB333651-
CMYK0.350.2900.8
HSL230º21.43%16.47%-
HSV(B)230º35.29%20%-
XYZ1.861.823.39-
YUV36.81136.01125.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.5%
GREEN value IS 36 (14.45% from 255) = 30%
BLUE value IS 51 (20.31% from 255) = 42.5%
R=27.5%
G=30%
B=42.5%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3336510.350.2900.823021.4316.47
Hex212433231D050e61510
Octal414463433501203462520
Binary1000011001001100111000111110101010000111001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212433; }

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

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

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

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

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

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

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

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