Html Css Color HEX #29393D Outer Space

📋 copy color: '#29393D'

red 41 ◦ green 57 ◦ blue 61

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

Shades of Outer Space #29393D

Tints of Outer Space #29393D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.85%

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

R = 25.79%
G = 35.85%
B = 38.36%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#29393D (or 0x29393D) is known color: Outer Space. HEX triplet: 29, 39 and 3D. RGB value is (41,57,61). Sum of RGB (Red+Green+Blue) = 41+57+61=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 61 - color contains mainly: blue. Hex color #29393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29393D is #D6C6C2. Grayscale: #343434. Windows color (decimal): -14075587 or 4012329. OLE color: 4012329.

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

Color convert

RGB 41 57 61 -
CMYK 0.33 0.07 0 0.76
HSL 192º 0.2% 0.2% -
HSV(B) 192º 0.33% 0.24% -
XYZ 3.22 3.73 4.97 -
YUV 52.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 41 57 61 0.33 0.07 0 0.76 192 0.2 0.2
Hex 29 39 3D 21 7 0 4C C0 14 14
Octal 51 71 75 41 7 0 114 300 24 24
Binary 101001 111001 111101 100001 111 0 1001100 11000000 10100 10100

Color Harmonies of #29393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29393D

Black with #29393D

Text Example


Text Example

White with #29393D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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