Html Css Color HEX #21273A Midnight Express

📋 copy color: '#21273A'

red 33 ◦ green 39 ◦ blue 58

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

Shades of Midnight Express #21273A

Tints of Midnight Express #21273A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 44.62%

R = 25.38%
G = 30%
B = 44.62%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#21273A (or 0x21273A) is known color: Midnight Express. HEX triplet: 21, 27 and 3A. RGB value is (33,39,58). Sum of RGB (Red+Green+Blue) = 33+39+58=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 58 - color contains mainly: blue. Hex color #21273A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21273A is #DED8C5. Grayscale: #272727. Windows color (decimal): -14604486 or 3811105. OLE color: 3811105.

HSL color Cylindrical-coordinate representation of color #21273A: hue angle of 225.6º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #21273A is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 33 39 58 -
CMYK 0.43 0.33 0 0.77
HSL 225.6º 0.27% 0.18% -
HSV(B) 225.6º 0.43% 0.23% -
XYZ 2.12 2.08 4.29 -
YUV 39.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 33 39 58 0.43 0.33 0 0.77 225.6 0.27 0.18
Hex 21 27 3A 2B 21 0 4D E2 1B 12
Octal 41 47 72 53 41 0 115 342 33 22
Binary 100001 100111 111010 101011 100001 0 1001101 11100010 11011 10010

Color Harmonies of #21273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21273A

Black with #21273A

Text Example


Text Example

White with #21273A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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