Html Css Color HEX #212841 Midnight Express

📋 copy color: '#212841'

red 33 ◦ green 40 ◦ blue 65

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

Shades of Midnight Express #212841

Tints of Midnight Express #212841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.99%

 BLUE value IS 65 (25.78% from 255) = 47.1%

R = 23.91%
G = 28.99%
B = 47.1%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#212841 (or 0x212841) is known color: Midnight Express. HEX triplet: 21, 28 and 41. RGB value is (33,40,65). Sum of RGB (Red+Green+Blue) = 33+40+65=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 65 - color contains mainly: blue. Hex color #212841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212841 is #DED7BE. Grayscale: #282828. Windows color (decimal): -14604223 or 4270113. OLE color: 4270113.

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

Color convert

RGB 33 40 65 -
CMYK 0.49 0.38 0 0.75
HSL 226.88º 0.33% 0.19% -
HSV(B) 226.88º 0.49% 0.25% -
XYZ 2.34 2.22 5.31 -
YUV 40.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 33 40 65 0.49 0.38 0 0.75 226.88 0.33 0.19
Hex 21 28 41 31 26 0 4B E3 21 13
Octal 41 50 101 61 46 0 113 343 41 23
Binary 100001 101000 1000001 110001 100110 0 1001011 11100011 100001 10011

Color Harmonies of #212841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212841

Black with #212841

Text Example


Text Example

White with #212841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212841; }

 p { color: rgb(33,40,65); }

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

background-color css

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

 a { background-color: rgb(33,40,65); }

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

border-color css

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

 span { border-color: rgb(33,40,65); }

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