Html Css Color HEX #29313A Midnight

📋 copy color: '#29313A'

red 41 ◦ green 49 ◦ blue 58

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

Shades of Midnight #29313A

Tints of Midnight #29313A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 33.11%

 BLUE value IS 58 (23.05% from 255) = 39.19%

R = 27.7%
G = 33.11%
B = 39.19%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#29313A (or 0x29313A) is known color: Midnight. HEX triplet: 29, 31 and 3A. RGB value is (41,49,58). Sum of RGB (Red+Green+Blue) = 41+49+58=148 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.70% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 58 - color contains mainly: blue. Hex color #29313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29313A is #D6CEC5. Grayscale: #2F2F2F. Windows color (decimal): -14077638 or 3813673. OLE color: 3813673.

HSL color Cylindrical-coordinate representation of color #29313A: hue angle of 211.76º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #29313A is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 41 49 58 -
CMYK 0.29 0.16 0 0.77
HSL 211.76º 0.17% 0.19% -
HSV(B) 211.76º 0.29% 0.23% -
XYZ 2.78 2.97 4.43 -
YUV 47.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 41 49 58 0.29 0.16 0 0.77 211.76 0.17 0.19
Hex 29 31 3A 1D 10 0 4D D4 11 13
Octal 51 61 72 35 20 0 115 324 21 23
Binary 101001 110001 111010 11101 10000 0 1001101 11010100 10001 10011

Color Harmonies of #29313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29313A

Black with #29313A

Text Example


Text Example

White with #29313A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29313A; }

 p { color: rgb(41,49,58); }

 H1.HeaderClassName
 {
   color: #29313A;
 }
 .AnyTagClassName
 {
   color: #29313A;
 }
</style>

background-color css

<style>
 a { background-color: #29313A; }

 a { background-color: rgb(41,49,58); }

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

border-color css

<style>
 span { border-color: #29313A; }

 span { border-color: rgb(41,49,58); }

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