Html Css Color HEX #212531 Midnight Express

📋 copy color: '#212531'

red 33 ◦ green 37 ◦ blue 49

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

Shades of Midnight Express #212531

Tints of Midnight Express #212531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.09%

 BLUE value IS 49 (19.53% from 255) = 41.18%

R = 27.73%
G = 31.09%
B = 41.18%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#212531 (or 0x212531) is known color: Midnight Express. HEX triplet: 21, 25 and 31. RGB value is (33,37,49). Sum of RGB (Red+Green+Blue) = 33+37+49=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 49 - color contains mainly: blue. Hex color #212531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212531 is #DEDACE. Grayscale: #252525. Windows color (decimal): -14605007 or 3220769. OLE color: 3220769.

HSL color Cylindrical-coordinate representation of color #212531: hue angle of 225º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #212531 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 33 37 49 -
CMYK 0.33 0.24 0 0.81
HSL 225º 0.2% 0.16% -
HSV(B) 225º 0.33% 0.19% -
XYZ 1.84 1.87 3.17 -
YUV 37.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 33 37 49 0.33 0.24 0 0.81 225 0.2 0.16
Hex 21 25 31 21 18 0 51 E1 14 10
Octal 41 45 61 41 30 0 121 341 24 20
Binary 100001 100101 110001 100001 11000 0 1010001 11100001 10100 10000

Color Harmonies of #212531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212531

Black with #212531

Text Example


Text Example

White with #212531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212531; }

 p { color: rgb(33,37,49); }

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

background-color css

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

 a { background-color: rgb(33,37,49); }

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

border-color css

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

 span { border-color: rgb(33,37,49); }

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