Html Css Color HEX #29333D Midnight

📋 copy color: '#29333D'

red 41 ◦ green 51 ◦ blue 61

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

Shades of Midnight #29333D

Tints of Midnight #29333D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.33%

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

R = 26.8%
G = 33.33%
B = 39.87%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#29333D (or 0x29333D) is known color: Midnight. HEX triplet: 29, 33 and 3D. RGB value is (41,51,61). Sum of RGB (Red+Green+Blue) = 41+51+61=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 61 - color contains mainly: blue. Hex color #29333D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29333D is #D6CCC2. Grayscale: #313131. Windows color (decimal): -14077123 or 4010793. OLE color: 4010793.

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

Color convert

RGB 41 51 61 -
CMYK 0.33 0.16 0 0.76
HSL 210º 0.2% 0.2% -
HSV(B) 210º 0.33% 0.24% -
XYZ 2.94 3.18 4.87 -
YUV 49.15 134.69 122.19 -
System Red Green Blue C M Y K H S L
Decimal 41 51 61 0.33 0.16 0 0.76 210 0.2 0.2
Hex 29 33 3D 21 10 0 4C D2 14 14
Octal 51 63 75 41 20 0 114 322 24 24
Binary 101001 110011 111101 100001 10000 0 1001100 11010010 10100 10100

Color Harmonies of #29333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29333D

Black with #29333D

Text Example


Text Example

White with #29333D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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