#21243D

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

Shades of Midnight Express #21243D

Tints of Midnight Express #21243D

Color information

#21243D (or 0x21243D) is unknown color: approx Midnight Express. HEX triplet: 21, 24 and 3D. RGB value is (33,36,61). Sum of RGB (Red+Green+Blue) = 33+36+61=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #21243D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21243D is #DEDBC2. Grayscale: #252525. Windows color (decimal): -14605251 or 4006945. OLE color: 4006945.

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

Color convert

RGB333661-
CMYK0.460.4100.76
HSL233.57º29.79%18.43%-
HSV(B)233.57º45.9%23.92%-
XYZ2.11.924.68-
YUV37.95141.01124.47-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.38%
GREEN value IS 36 (14.45% from 255) = 27.69%
BLUE value IS 61 (24.22% from 255) = 46.92%
R=25.38%
G=27.69%
B=46.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3336610.460.4100.76233.5729.7918.43
Hex21243D2E2904Cea1e12
Octal414475565101143523622
Binary10000110010011110110111010100101001100111010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21243D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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