Html Css Color HEX #212541 Midnight Express

📋 copy color: '#212541'

red 33 ◦ green 37 ◦ blue 65

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

Shades of Midnight Express #212541

Tints of Midnight Express #212541

RGB

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

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

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

R = 24.44%
G = 27.41%
B = 48.15%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#212541 (or 0x212541) is known color: Midnight Express. HEX triplet: 21, 25 and 41. RGB value is (33,37,65). Sum of RGB (Red+Green+Blue) = 33+37+65=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #212541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212541 is #DEDABE. Grayscale: #262626. Windows color (decimal): -14604991 or 4269345. OLE color: 4269345.

HSL color Cylindrical-coordinate representation of color #212541: hue angle of 232.5º 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 #212541 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 37 65 -
CMYK 0.49 0.43 0 0.75
HSL 232.5º 0.33% 0.19% -
HSV(B) 232.5º 0.49% 0.25% -
XYZ 2.24 2.03 5.27 -
YUV 39 142.67 123.72 -
System Red Green Blue C M Y K H S L
Decimal 33 37 65 0.49 0.43 0 0.75 232.5 0.33 0.19
Hex 21 25 41 31 2B 0 4B E8 21 13
Octal 41 45 101 61 53 0 113 350 41 23
Binary 100001 100101 1000001 110001 101011 0 1001011 11101000 100001 10011

Color Harmonies of #212541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212541

Black with #212541

Text Example


Text Example

White with #212541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212541; }

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

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

background-color css

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

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

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

border-color css

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

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

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