Html Css Color HEX #29393B Outer Space

📋 copy color: '#29393B'

red 41 ◦ green 57 ◦ blue 59

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

Shades of Outer Space #29393B

Tints of Outer Space #29393B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 37.58%

R = 26.11%
G = 36.31%
B = 37.58%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#29393B (or 0x29393B) is known color: Outer Space. HEX triplet: 29, 39 and 3B. RGB value is (41,57,59). Sum of RGB (Red+Green+Blue) = 41+57+59=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 59 - color contains mainly: blue. Hex color #29393B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29393B is #D6C6C4. Grayscale: #343434. Windows color (decimal): -14075589 or 3881257. OLE color: 3881257.

HSL color Cylindrical-coordinate representation of color #29393B: hue angle of 186.67º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #29393B is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 41 57 59 -
CMYK 0.31 0.03 0 0.77
HSL 186.67º 0.18% 0.2% -
HSV(B) 186.67º 0.31% 0.23% -
XYZ 3.17 3.71 4.69 -
YUV 52.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 41 57 59 0.31 0.03 0 0.77 186.67 0.18 0.2
Hex 29 39 3B 1F 3 0 4D BB 12 14
Octal 51 71 73 37 3 0 115 273 22 24
Binary 101001 111001 111011 11111 11 0 1001101 10111011 10010 10100

Color Harmonies of #29393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29393B

Black with #29393B

Text Example


Text Example

White with #29393B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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