#21233D

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

Shades of Midnight Express #21233D

Tints of Midnight Express #21233D

Color information

#21233D (or 0x21233D) is unknown color: approx Midnight Express. HEX triplet: 21, 23 and 3D. RGB value is (33,35,61). Sum of RGB (Red+Green+Blue) = 33+35+61=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 61 (24.22% from 255 or 47.29% from 129); Max value from RGB is 61 - color contains mainly: blue. Hex color #21233D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21233D is #DEDCC2. Grayscale: #252525. Windows color (decimal): -14605507 or 4006689. OLE color: 4006689.

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

Color convert

RGB333561-
CMYK0.460.4300.76
HSL235.71º29.79%18.43%-
HSV(B)235.71º45.9%23.92%-
XYZ2.071.864.67-
YUV37.37141.34124.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.58%
GREEN value IS 35 (14.06% from 255) = 27.13%
BLUE value IS 61 (24.22% from 255) = 47.29%
R=25.58%
G=27.13%
B=47.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3335610.460.4300.76235.7129.7918.43
Hex21233D2E2B04Cec1e12
Octal414375565301143543622
Binary10000110001111110110111010101101001100111011001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21233D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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