Html Css Color HEX #29323E Midnight

📋 copy color: '#29323E'

red 41 ◦ green 50 ◦ blue 62

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

Shades of Midnight #29323E

Tints of Midnight #29323E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.68%

 BLUE value IS 62 (24.61% from 255) = 40.52%

R = 26.8%
G = 32.68%
B = 40.52%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#29323E (or 0x29323E) is known color: Midnight. HEX triplet: 29, 32 and 3E. RGB value is (41,50,62). Sum of RGB (Red+Green+Blue) = 41+50+62=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 62 - color contains mainly: blue. Hex color #29323E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29323E is #D6CDC1. Grayscale: #303030. Windows color (decimal): -14077378 or 4076073. OLE color: 4076073.

HSL color Cylindrical-coordinate representation of color #29323E: hue angle of 214.29º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #29323E is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 41 50 62 -
CMYK 0.34 0.19 0 0.76
HSL 214.29º 0.2% 0.2% -
HSV(B) 214.29º 0.34% 0.24% -
XYZ 2.92 3.1 5 -
YUV 48.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 41 50 62 0.34 0.19 0 0.76 214.29 0.2 0.2
Hex 29 32 3E 22 13 0 4C D6 14 14
Octal 51 62 76 42 23 0 114 326 24 24
Binary 101001 110010 111110 100010 10011 0 1001100 11010110 10100 10100

Color Harmonies of #29323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29323E

Black with #29323E

Text Example


Text Example

White with #29323E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29323E; }

 p { color: rgb(41,50,62); }

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

background-color css

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

 a { background-color: rgb(41,50,62); }

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

border-color css

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

 span { border-color: rgb(41,50,62); }

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