Html Css Color HEX #212335 Midnight Express

📋 copy color: '#212335'

red 33 ◦ green 35 ◦ blue 53

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

Shades of Midnight Express #212335

Tints of Midnight Express #212335

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.93%

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

R = 27.27%
G = 28.93%
B = 43.8%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#212335 (or 0x212335) is known color: Midnight Express. HEX triplet: 21, 23 and 35. RGB value is (33,35,53). Sum of RGB (Red+Green+Blue) = 33+35+53=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 53 (21.09% from 255 or 43.80% from 121); Max value from RGB is 53 - color contains mainly: blue. Hex color #212335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212335 is #DEDCCA. Grayscale: #242424. Windows color (decimal): -14605515 or 3482401. OLE color: 3482401.

HSL color Cylindrical-coordinate representation of color #212335: hue angle of 234º 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 #212335 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 33 35 53 -
CMYK 0.38 0.34 0 0.79
HSL 234º 0.23% 0.17% -
HSV(B) 234º 0.38% 0.21% -
XYZ 1.87 1.78 3.61 -
YUV 36.45 137.34 125.54 -
System Red Green Blue C M Y K H S L
Decimal 33 35 53 0.38 0.34 0 0.79 234 0.23 0.17
Hex 21 23 35 26 22 0 4F EA 17 11
Octal 41 43 65 46 42 0 117 352 27 21
Binary 100001 100011 110101 100110 100010 0 1001111 11101010 10111 10001

Color Harmonies of #212335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212335

Black with #212335

Text Example


Text Example

White with #212335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212335; }

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

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

background-color css

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

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

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

border-color css

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

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

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