#21263A

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

Shades of Midnight Express #21263A

Tints of Midnight Express #21263A

Color information

#21263A (or 0x21263A) is unknown color: approx Midnight Express. HEX triplet: 21, 26 and 3A. RGB value is (33,38,58). Sum of RGB (Red+Green+Blue) = 33+38+58=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 58 (23.05% from 255 or 44.96% from 129); Max value from RGB is 58 - color contains mainly: blue. Hex color #21263A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21263A is #DED9C5. Grayscale: #262626. Windows color (decimal): -14604742 or 3810849. OLE color: 3810849.

HSL color Cylindrical-coordinate representation of color #21263A: hue angle of 228º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #21263A is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB333858-
CMYK0.430.3400.77
HSL228º27.47%17.84%-
HSV(B)228º43.1%22.75%-
XYZ2.082.024.28-
YUV38.78138.84123.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.58%
GREEN value IS 38 (15.23% from 255) = 29.46%
BLUE value IS 58 (23.05% from 255) = 44.96%
R=25.58%
G=29.46%
B=44.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3338580.430.3400.7722827.4717.84
Hex21263A2B2204De41b12
Octal414672534201153443322
Binary10000110011011101010101110001001001101111001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21263A; }

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

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

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

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

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

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

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

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