Html Css Color HEX #29323D Midnight

📋 copy color: '#29323D'

red 41 ◦ green 50 ◦ blue 61

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

Shades of Midnight #29323D

Tints of Midnight #29323D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 40.13%

R = 26.97%
G = 32.89%
B = 40.13%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#29323D (or 0x29323D) is known color: Midnight. HEX triplet: 29, 32 and 3D. RGB value is (41,50,61). Sum of RGB (Red+Green+Blue) = 41+50+61=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 61 - color contains mainly: blue. Hex color #29323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29323D is #D6CDC2. Grayscale: #303030. Windows color (decimal): -14077379 or 4010537. OLE color: 4010537.

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

Color convert

RGB 41 50 61 -
CMYK 0.33 0.18 0 0.76
HSL 213º 0.2% 0.2% -
HSV(B) 213º 0.33% 0.24% -
XYZ 2.9 3.09 4.86 -
YUV 48.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 41 50 61 0.33 0.18 0 0.76 213 0.2 0.2
Hex 29 32 3D 21 12 0 4C D5 14 14
Octal 51 62 75 41 22 0 114 325 24 24
Binary 101001 110010 111101 100001 10010 0 1001100 11010101 10100 10100

Color Harmonies of #29323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29323D

Black with #29323D

Text Example


Text Example

White with #29323D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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