#212530

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

Shades of Midnight Express #212530

Tints of Midnight Express #212530

Color information

#212530 (or 0x212530) is unknown color: approx Midnight Express. HEX triplet: 21, 25 and 30. RGB value is (33,37,48). Sum of RGB (Red+Green+Blue) = 33+37+48=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 48 - color contains mainly: blue. Hex color #212530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212530 is #DEDACF. Grayscale: #252525. Windows color (decimal): -14605008 or 3155233. OLE color: 3155233.

HSL color Cylindrical-coordinate representation of color #212530: hue angle of 224º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #212530 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB333748-
CMYK0.310.2300.81
HSL224º18.52%15.88%-
HSV(B)224º31.25%18.82%-
XYZ1.821.863.06-
YUV37.06134.17125.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.97%
GREEN value IS 37 (14.84% from 255) = 31.36%
BLUE value IS 48 (19.14% from 255) = 40.68%
R=27.97%
G=31.36%
B=40.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3337480.310.2300.8122418.5215.88
Hex2125301F17051e01310
Octal414560372701213402320
Binary100001100101110000111111011101010001111000001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212530; }

 p { color: rgb(33,37,48); }

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

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

 a { background-color: rgb(33,37,48); }

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

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

 span { border-color: rgb(33,37,48); }

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