Html Css Color HEX #21273D Midnight Express

📋 copy color: '#21273D'

red 33 ◦ green 39 ◦ blue 61

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

Shades of Midnight Express #21273D

Tints of Midnight Express #21273D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.32%

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

R = 24.81%
G = 29.32%
B = 45.86%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#21273D (or 0x21273D) is known color: Midnight Express. HEX triplet: 21, 27 and 3D. RGB value is (33,39,61). Sum of RGB (Red+Green+Blue) = 33+39+61=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 61 - color contains mainly: blue. Hex color #21273D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21273D is #DED8C2. Grayscale: #272727. Windows color (decimal): -14604483 or 4007713. OLE color: 4007713.

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

Color convert

RGB 33 39 61 -
CMYK 0.46 0.36 0 0.76
HSL 227.14º 0.3% 0.18% -
HSV(B) 227.14º 0.46% 0.24% -
XYZ 2.2 2.11 4.71 -
YUV 39.71 140.01 123.21 -
System Red Green Blue C M Y K H S L
Decimal 33 39 61 0.46 0.36 0 0.76 227.14 0.3 0.18
Hex 21 27 3D 2E 24 0 4C E3 1E 12
Octal 41 47 75 56 44 0 114 343 36 22
Binary 100001 100111 111101 101110 100100 0 1001100 11100011 11110 10010

Color Harmonies of #21273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21273D

Black with #21273D

Text Example


Text Example

White with #21273D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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