Html Css Color HEX #212741 Midnight Express

📋 copy color: '#212741'

red 33 ◦ green 39 ◦ blue 65

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

Shades of Midnight Express #212741

Tints of Midnight Express #212741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.47%

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

R = 24.09%
G = 28.47%
B = 47.45%

CMYK

 C value IS 0.49

 M value IS 0.40

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#212741 (or 0x212741) is known color: Midnight Express. HEX triplet: 21, 27 and 41. RGB value is (33,39,65). Sum of RGB (Red+Green+Blue) = 33+39+65=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: blue. Hex color #212741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212741 is #DED8BE. Grayscale: #282828. Windows color (decimal): -14604479 or 4269857. OLE color: 4269857.

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

Color convert

RGB 33 39 65 -
CMYK 0.49 0.40 0 0.75
HSL 228.75º 0.33% 0.19% -
HSV(B) 228.75º 0.49% 0.25% -
XYZ 2.31 2.16 5.3 -
YUV 40.17 142.01 122.89 -
System Red Green Blue C M Y K H S L
Decimal 33 39 65 0.49 0.40 0 0.75 228.75 0.33 0.19
Hex 21 27 41 31 28 0 4B E5 21 13
Octal 41 47 101 61 50 0 113 345 41 23
Binary 100001 100111 1000001 110001 101000 0 1001011 11100101 100001 10011

Color Harmonies of #212741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212741

Black with #212741

Text Example


Text Example

White with #212741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212741; }

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

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

background-color css

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

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

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

border-color css

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

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

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