Html Css Color HEX #212535 Midnight Express

📋 copy color: '#212535'

red 33 ◦ green 37 ◦ blue 53

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

Shades of Midnight Express #212535

Tints of Midnight Express #212535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 43.09%

R = 26.83%
G = 30.08%
B = 43.09%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#212535 (or 0x212535) is known color: Midnight Express. HEX triplet: 21, 25 and 35. RGB value is (33,37,53). Sum of RGB (Red+Green+Blue) = 33+37+53=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 53 (21.09% from 255 or 43.09% from 123); Max value from RGB is 53 - color contains mainly: blue. Hex color #212535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212535 is #DEDACA. Grayscale: #252525. Windows color (decimal): -14605003 or 3482913. OLE color: 3482913.

HSL color Cylindrical-coordinate representation of color #212535: hue angle of 228º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #212535 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 33 37 53 -
CMYK 0.38 0.30 0 0.79
HSL 228º 0.23% 0.17% -
HSV(B) 228º 0.38% 0.21% -
XYZ 1.93 1.9 3.63 -
YUV 37.63 136.67 124.7 -
System Red Green Blue C M Y K H S L
Decimal 33 37 53 0.38 0.30 0 0.79 228 0.23 0.17
Hex 21 25 35 26 1E 0 4F E4 17 11
Octal 41 45 65 46 36 0 117 344 27 21
Binary 100001 100101 110101 100110 11110 0 1001111 11100100 10111 10001

Color Harmonies of #212535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212535

Black with #212535

Text Example


Text Example

White with #212535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212535; }

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

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

background-color css

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

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

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

border-color css

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

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

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