Html Css Color HEX #21293D Midnight Express

📋 copy color: '#21293D'

red 33 ◦ green 41 ◦ blue 61

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

Shades of Midnight Express #21293D

Tints of Midnight Express #21293D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 45.19%

R = 24.44%
G = 30.37%
B = 45.19%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#21293D (or 0x21293D) is known color: Midnight Express. HEX triplet: 21, 29 and 3D. RGB value is (33,41,61). Sum of RGB (Red+Green+Blue) = 33+41+61=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 61 - color contains mainly: blue. Hex color #21293D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21293D is #DED6C2. Grayscale: #282828. Windows color (decimal): -14603971 or 4008225. OLE color: 4008225.

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

Color convert

RGB 33 41 61 -
CMYK 0.46 0.33 0 0.76
HSL 222.86º 0.3% 0.18% -
HSV(B) 222.86º 0.46% 0.24% -
XYZ 2.26 2.25 4.73 -
YUV 40.89 139.35 122.37 -
System Red Green Blue C M Y K H S L
Decimal 33 41 61 0.46 0.33 0 0.76 222.86 0.3 0.18
Hex 21 29 3D 2E 21 0 4C DF 1E 12
Octal 41 51 75 56 41 0 114 337 36 22
Binary 100001 101001 111101 101110 100001 0 1001100 11011111 11110 10010

Color Harmonies of #21293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21293D

Black with #21293D

Text Example


Text Example

White with #21293D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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