Html Css Color HEX #21293E Midnight Express

📋 copy color: '#21293E'

red 33 ◦ green 41 ◦ blue 62

#21293E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #21293E

Tints of Midnight Express #21293E

RGB

 RED value IS 33 (13.28% from 255) = 24.26%

 GREEN value IS 41 (16.41% from 255) = 30.15%

 BLUE value IS 62 (24.61% from 255) = 45.59%

R = 24.26%
G = 30.15%
B = 45.59%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#21293E (or 0x21293E) is known color: Midnight Express. HEX triplet: 21, 29 and 3E. RGB value is (33,41,62). Sum of RGB (Red+Green+Blue) = 33+41+62=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 62 (24.61% from 255 or 45.59% from 136); Max value from RGB is 62 - color contains mainly: blue. Hex color #21293E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21293E is #DED6C1. Grayscale: #282828. Windows color (decimal): -14603970 or 4073761. OLE color: 4073761.

HSL color Cylindrical-coordinate representation of color #21293E: hue angle of 223.45º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #21293E is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 33 41 62 -
CMYK 0.47 0.34 0 0.76
HSL 223.45º 0.31% 0.19% -
HSV(B) 223.45º 0.47% 0.24% -
XYZ 2.29 2.26 4.87 -
YUV 41 139.85 122.29 -
System Red Green Blue C M Y K H S L
Decimal 33 41 62 0.47 0.34 0 0.76 223.45 0.31 0.19
Hex 21 29 3E 2F 22 0 4C DF 1F 13
Octal 41 51 76 57 42 0 114 337 37 23
Binary 100001 101001 111110 101111 100010 0 1001100 11011111 11111 10011

Color Harmonies of #21293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21293E

Black with #21293E

Text Example


Text Example

White with #21293E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21293E; }

 p { color: rgb(33,41,62); }

 H1.HeaderClassName
 {
   color: #21293E;
 }
 .AnyTagClassName
 {
   color: #21293E;
 }
</style>

background-color css

<style>
 a { background-color: #21293E; }

 a { background-color: rgb(33,41,62); }

 div.DivClassName
 {
   background-color: #21293E;
 }
 .BgClassName
 {
   background-color: #21293E;
 }
</style>

border-color css

<style>
 span { border-color: #21293E; }

 span { border-color: rgb(33,41,62); }

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