Html Css Color HEX #293939 Outer Space

📋 copy color: '#293939'

red 41 ◦ green 57 ◦ blue 57

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

Shades of Outer Space #293939

Tints of Outer Space #293939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 36.77%

R = 26.45%
G = 36.77%
B = 36.77%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#293939 (or 0x293939) is known color: Outer Space. HEX triplet: 29, 39 and 39. RGB value is (41,57,57). Sum of RGB (Red+Green+Blue) = 41+57+57=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 57 (22.66% from 255 or 36.77% from 155); Max value from RGB is 57 - color contains mainly: green, blue. Hex color #293939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293939 is #D6C6C6. Grayscale: #343434. Windows color (decimal): -14075591 or 3750185. OLE color: 3750185.

HSL color Cylindrical-coordinate representation of color #293939: hue angle of 180º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #293939 is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 41 57 57 -
CMYK 0.28 0 0 0.78
HSL 180º 0.16% 0.19% -
HSV(B) 180º 0.28% 0.22% -
XYZ 3.12 3.69 4.42 -
YUV 52.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 41 57 57 0.28 0 0 0.78 180 0.16 0.19
Hex 29 39 39 1C 0 0 4E B4 10 13
Octal 51 71 71 34 0 0 116 264 20 23
Binary 101001 111001 111001 11100 0 0 1001110 10110100 10000 10011

Color Harmonies of #293939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293939

Black with #293939

Text Example


Text Example

White with #293939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293939; }

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

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

background-color css

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

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

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

border-color css

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

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

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