Html Css Color HEX #21293C Midnight Express

📋 copy color: '#21293C'

red 33 ◦ green 41 ◦ blue 60

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

Shades of Midnight Express #21293C

Tints of Midnight Express #21293C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 44.78%

R = 24.63%
G = 30.6%
B = 44.78%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#21293C (or 0x21293C) is known color: Midnight Express. HEX triplet: 21, 29 and 3C. RGB value is (33,41,60). Sum of RGB (Red+Green+Blue) = 33+41+60=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 60 - color contains mainly: blue. Hex color #21293C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21293C is #DED6C3. Grayscale: #282828. Windows color (decimal): -14603972 or 3942689. OLE color: 3942689.

HSL color Cylindrical-coordinate representation of color #21293C: hue angle of 222.22º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #21293C is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 33 41 60 -
CMYK 0.45 0.32 0 0.76
HSL 222.22º 0.29% 0.18% -
HSV(B) 222.22º 0.45% 0.24% -
XYZ 2.24 2.24 4.59 -
YUV 40.77 138.85 122.46 -
System Red Green Blue C M Y K H S L
Decimal 33 41 60 0.45 0.32 0 0.76 222.22 0.29 0.18
Hex 21 29 3C 2D 20 0 4C DE 1D 12
Octal 41 51 74 55 40 0 114 336 35 22
Binary 100001 101001 111100 101101 100000 0 1001100 11011110 11101 10010

Color Harmonies of #21293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21293C

Black with #21293C

Text Example


Text Example

White with #21293C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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