#212630

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

Shades of Midnight Express #212630

Tints of Midnight Express #212630

Color information

#212630 (or 0x212630) is unknown color: approx Midnight Express. HEX triplet: 21, 26 and 30. RGB value is (33,38,48). Sum of RGB (Red+Green+Blue) = 33+38+48=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 48 - color contains mainly: blue. Hex color #212630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212630 is #DED9CF. Grayscale: #252525. Windows color (decimal): -14604752 or 3155489. OLE color: 3155489.

HSL color Cylindrical-coordinate representation of color #212630: hue angle of 220º 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 #212630 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB333848-
CMYK0.310.2100.81
HSL220º18.52%15.88%-
HSV(B)220º31.25%18.82%-
XYZ1.851.923.07-
YUV37.64133.84124.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.73%
GREEN value IS 38 (15.23% from 255) = 31.93%
BLUE value IS 48 (19.14% from 255) = 40.34%
R=27.73%
G=31.93%
B=40.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3338480.310.2100.8122018.5215.88
Hex2126301F15051dc1310
Octal414660372501213342320
Binary100001100110110000111111010101010001110111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212630; }

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

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

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

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

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

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

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

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