Html Css Color HEX #29373A Outer Space

📋 copy color: '#29373A'

red 41 ◦ green 55 ◦ blue 58

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

Shades of Outer Space #29373A

Tints of Outer Space #29373A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.71%

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

R = 26.62%
G = 35.71%
B = 37.66%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#29373A (or 0x29373A) is known color: Outer Space. HEX triplet: 29, 37 and 3A. RGB value is (41,55,58). Sum of RGB (Red+Green+Blue) = 41+55+58=154 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.62% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 58 (23.05% from 255 or 37.66% from 154); Max value from RGB is 58 - color contains mainly: blue. Hex color #29373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29373A is #D6C8C5. Grayscale: #333333. Windows color (decimal): -14076102 or 3815209. OLE color: 3815209.

HSL color Cylindrical-coordinate representation of color #29373A: hue angle of 190.59º 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 #29373A is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 41 55 58 -
CMYK 0.29 0.05 0 0.77
HSL 190.59º 0.17% 0.19% -
HSV(B) 190.59º 0.29% 0.23% -
XYZ 3.04 3.51 4.52 -
YUV 51.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 41 55 58 0.29 0.05 0 0.77 190.59 0.17 0.19
Hex 29 37 3A 1D 5 0 4D BF 11 13
Octal 51 67 72 35 5 0 115 277 21 23
Binary 101001 110111 111010 11101 101 0 1001101 10111111 10001 10011

Color Harmonies of #29373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29373A

Black with #29373A

Text Example


Text Example

White with #29373A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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