Html Css Color HEX #29343D Midnight

📋 copy color: '#29343D'

red 41 ◦ green 52 ◦ blue 61

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

Shades of Midnight #29343D

Tints of Midnight #29343D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.77%

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

R = 26.62%
G = 33.77%
B = 39.61%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#29343D (or 0x29343D) is known color: Midnight. HEX triplet: 29, 34 and 3D. RGB value is (41,52,61). Sum of RGB (Red+Green+Blue) = 41+52+61=154 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.62% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 61 - color contains mainly: blue. Hex color #29343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29343D is #D6CBC2. Grayscale: #313131. Windows color (decimal): -14076867 or 4011049. OLE color: 4011049.

HSL color Cylindrical-coordinate representation of color #29343D: hue angle of 207º 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 #29343D is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 41 52 61 -
CMYK 0.33 0.15 0 0.76
HSL 207º 0.2% 0.2% -
HSV(B) 207º 0.33% 0.24% -
XYZ 2.98 3.26 4.89 -
YUV 49.74 134.36 121.77 -
System Red Green Blue C M Y K H S L
Decimal 41 52 61 0.33 0.15 0 0.76 207 0.2 0.2
Hex 29 34 3D 21 F 0 4C CF 14 14
Octal 51 64 75 41 17 0 114 317 24 24
Binary 101001 110100 111101 100001 1111 0 1001100 11001111 10100 10100

Color Harmonies of #29343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29343D

Black with #29343D

Text Example


Text Example

White with #29343D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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