Html Css Color HEX #293139 Midnight

📋 copy color: '#293139'

red 41 ◦ green 49 ◦ blue 57

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

Shades of Midnight #293139

Tints of Midnight #293139

RGB

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

 GREEN value IS 49 (19.53% from 255) = 33.33%

 BLUE value IS 57 (22.66% from 255) = 38.78%

R = 27.89%
G = 33.33%
B = 38.78%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#293139 (or 0x293139) is known color: Midnight. HEX triplet: 29, 31 and 39. RGB value is (41,49,57). Sum of RGB (Red+Green+Blue) = 41+49+57=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 57 - color contains mainly: blue. Hex color #293139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293139 is #D6CEC6. Grayscale: #2F2F2F. Windows color (decimal): -14077639 or 3748137. OLE color: 3748137.

HSL color Cylindrical-coordinate representation of color #293139: hue angle of 210º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #293139 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 41 49 57 -
CMYK 0.28 0.14 0 0.78
HSL 210º 0.16% 0.19% -
HSV(B) 210º 0.28% 0.22% -
XYZ 2.75 2.96 4.3 -
YUV 47.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 41 49 57 0.28 0.14 0 0.78 210 0.16 0.19
Hex 29 31 39 1C E 0 4E D2 10 13
Octal 51 61 71 34 16 0 116 322 20 23
Binary 101001 110001 111001 11100 1110 0 1001110 11010010 10000 10011

Color Harmonies of #293139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293139

Black with #293139

Text Example


Text Example

White with #293139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293139; }

 p { color: rgb(41,49,57); }

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

background-color css

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

 a { background-color: rgb(41,49,57); }

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

border-color css

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

 span { border-color: rgb(41,49,57); }

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