Html Css Color HEX #21273F Midnight Express

📋 copy color: '#21273F'

red 33 ◦ green 39 ◦ blue 63

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

Shades of Midnight Express #21273F

Tints of Midnight Express #21273F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 46.67%

R = 24.44%
G = 28.89%
B = 46.67%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#21273F (or 0x21273F) is known color: Midnight Express. HEX triplet: 21, 27 and 3F. RGB value is (33,39,63). Sum of RGB (Red+Green+Blue) = 33+39+63=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 63 - color contains mainly: blue. Hex color #21273F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21273F is #DED8C0. Grayscale: #272727. Windows color (decimal): -14604481 or 4138785. OLE color: 4138785.

HSL color Cylindrical-coordinate representation of color #21273F: hue angle of 228º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #21273F is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 39 63 -
CMYK 0.48 0.38 0 0.75
HSL 228º 0.31% 0.19% -
HSV(B) 228º 0.48% 0.25% -
XYZ 2.25 2.13 5 -
YUV 39.94 141.01 123.05 -
System Red Green Blue C M Y K H S L
Decimal 33 39 63 0.48 0.38 0 0.75 228 0.31 0.19
Hex 21 27 3F 30 26 0 4B E4 1F 13
Octal 41 47 77 60 46 0 113 344 37 23
Binary 100001 100111 111111 110000 100110 0 1001011 11100100 11111 10011

Color Harmonies of #21273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21273F

Black with #21273F

Text Example


Text Example

White with #21273F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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