#21263D

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

Shades of Midnight Express #21263D

Tints of Midnight Express #21263D

Color information

#21263D (or 0x21263D) is unknown color: approx Midnight Express. HEX triplet: 21, 26 and 3D. RGB value is (33,38,61). Sum of RGB (Red+Green+Blue) = 33+38+61=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 61 - color contains mainly: blue. Hex color #21263D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21263D is #DED9C2. Grayscale: #272727. Windows color (decimal): -14604739 or 4007457. OLE color: 4007457.

HSL color Cylindrical-coordinate representation of color #21263D: hue angle of 229.29º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #21263D is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB333861-
CMYK0.460.3800.76
HSL229.29º29.79%18.43%-
HSV(B)229.29º45.9%23.92%-
XYZ2.162.054.7-
YUV39.13140.34123.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25%
GREEN value IS 38 (15.23% from 255) = 28.79%
BLUE value IS 61 (24.22% from 255) = 46.21%
R=25%
G=28.79%
B=46.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3338610.460.3800.76229.2929.7918.43
Hex21263D2E2604Ce51e12
Octal414675564601143453622
Binary10000110011011110110111010011001001100111001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21263D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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