#21253D

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

Shades of Midnight Express #21253D

Tints of Midnight Express #21253D

Color information

#21253D (or 0x21253D) is unknown color: approx Midnight Express. HEX triplet: 21, 25 and 3D. RGB value is (33,37,61). Sum of RGB (Red+Green+Blue) = 33+37+61=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #21253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21253D is #DEDAC2. Grayscale: #262626. Windows color (decimal): -14604995 or 4007201. OLE color: 4007201.

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

Color convert

RGB333761-
CMYK0.460.3900.76
HSL231.43º29.79%18.43%-
HSV(B)231.43º45.9%23.92%-
XYZ2.131.984.69-
YUV38.54140.67124.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.19%
GREEN value IS 37 (14.84% from 255) = 28.24%
BLUE value IS 61 (24.22% from 255) = 46.56%
R=25.19%
G=28.24%
B=46.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3337610.460.3900.76231.4329.7918.43
Hex21253D2E2704Ce71e12
Octal414575564701143473622
Binary10000110010111110110111010011101001100111001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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