Html Css Color HEX #29383A Outer Space

📋 copy color: '#29383A'

red 41 ◦ green 56 ◦ blue 58

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

Shades of Outer Space #29383A

Tints of Outer Space #29383A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.13%

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

R = 26.45%
G = 36.13%
B = 37.42%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#29383A (or 0x29383A) is known color: Outer Space. HEX triplet: 29, 38 and 3A. RGB value is (41,56,58). Sum of RGB (Red+Green+Blue) = 41+56+58=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 58 - color contains mainly: blue. Hex color #29383A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29383A is #D6C7C5. Grayscale: #333333. Windows color (decimal): -14075846 or 3815465. OLE color: 3815465.

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

Color convert

RGB 41 56 58 -
CMYK 0.29 0.03 0 0.77
HSL 187.06º 0.17% 0.19% -
HSV(B) 187.06º 0.29% 0.23% -
XYZ 3.09 3.61 4.54 -
YUV 51.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 41 56 58 0.29 0.03 0 0.77 187.06 0.17 0.19
Hex 29 38 3A 1D 3 0 4D BB 11 13
Octal 51 70 72 35 3 0 115 273 21 23
Binary 101001 111000 111010 11101 11 0 1001101 10111011 10001 10011

Color Harmonies of #29383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29383A

Black with #29383A

Text Example


Text Example

White with #29383A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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