Html Css Color HEX #293341 Midnight

📋 copy color: '#293341'

red 41 ◦ green 51 ◦ blue 65

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

Shades of Midnight #293341

Tints of Midnight #293341

RGB

 RED value IS 41 (16.41% from 255) = 26.11%

 GREEN value IS 51 (20.31% from 255) = 32.48%

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

R = 26.11%
G = 32.48%
B = 41.4%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#293341 (or 0x293341) is known color: Midnight. HEX triplet: 29, 33 and 41. RGB value is (41,51,65). Sum of RGB (Red+Green+Blue) = 41+51+65=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 65 - color contains mainly: blue. Hex color #293341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293341 is #D6CCBE. Grayscale: #313131. Windows color (decimal): -14077119 or 4272937. OLE color: 4272937.

HSL color Cylindrical-coordinate representation of color #293341: hue angle of 215º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #293341 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 51 65 -
CMYK 0.37 0.22 0 0.75
HSL 215º 0.23% 0.21% -
HSV(B) 215º 0.37% 0.25% -
XYZ 3.05 3.22 5.46 -
YUV 49.61 136.69 121.86 -
System Red Green Blue C M Y K H S L
Decimal 41 51 65 0.37 0.22 0 0.75 215 0.23 0.21
Hex 29 33 41 25 16 0 4B D7 17 15
Octal 51 63 101 45 26 0 113 327 27 25
Binary 101001 110011 1000001 100101 10110 0 1001011 11010111 10111 10101

Color Harmonies of #293341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293341

Black with #293341

Text Example


Text Example

White with #293341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293341; }

 p { color: rgb(41,51,65); }

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

background-color css

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

 a { background-color: rgb(41,51,65); }

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

border-color css

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

 span { border-color: rgb(41,51,65); }

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