Html Css Color HEX #29323F Midnight

📋 copy color: '#29323F'

red 41 ◦ green 50 ◦ blue 63

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

Shades of Midnight #29323F

Tints of Midnight #29323F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 40.91%

R = 26.62%
G = 32.47%
B = 40.91%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#29323F (or 0x29323F) is known color: Midnight. HEX triplet: 29, 32 and 3F. RGB value is (41,50,63). Sum of RGB (Red+Green+Blue) = 41+50+63=154 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.62% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 63 - color contains mainly: blue. Hex color #29323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29323F is #D6CDC0. Grayscale: #303030. Windows color (decimal): -14077377 or 4141609. OLE color: 4141609.

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

Color convert

RGB 41 50 63 -
CMYK 0.35 0.21 0 0.75
HSL 215.45º 0.21% 0.2% -
HSV(B) 215.45º 0.35% 0.25% -
XYZ 2.95 3.11 5.15 -
YUV 48.79 136.02 122.44 -
System Red Green Blue C M Y K H S L
Decimal 41 50 63 0.35 0.21 0 0.75 215.45 0.21 0.2
Hex 29 32 3F 23 15 0 4B D7 15 14
Octal 51 62 77 43 25 0 113 327 25 24
Binary 101001 110010 111111 100011 10101 0 1001011 11010111 10101 10100

Color Harmonies of #29323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29323F

Black with #29323F

Text Example


Text Example

White with #29323F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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