#21273D

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

Shades of Midnight Express #21273D

Tints of Midnight Express #21273D

Color information

#21273D (or 0x21273D) is unknown color: approx Midnight Express. HEX triplet: 21, 27 and 3D. RGB value is (33,39,61). Sum of RGB (Red+Green+Blue) = 33+39+61=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 61 - color contains mainly: blue. Hex color #21273D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21273D is #DED8C2. Grayscale: #272727. Windows color (decimal): -14604483 or 4007713. OLE color: 4007713.

HSL color Cylindrical-coordinate representation of color #21273D: hue angle of 227.14º 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 #21273D is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB333961-
CMYK0.460.3600.76
HSL227.14º29.79%18.43%-
HSV(B)227.14º45.9%23.92%-
XYZ2.22.114.71-
YUV39.71140.01123.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.81%
GREEN value IS 39 (15.62% from 255) = 29.32%
BLUE value IS 61 (24.22% from 255) = 45.86%
R=24.81%
G=29.32%
B=45.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3339610.460.3600.76227.1429.7918.43
Hex21273D2E2404Ce31e12
Octal414775564401143433622
Binary10000110011111110110111010010001001100111000111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21273D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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