Html Css Color HEX #293D3D Outer Space

📋 copy color: '#293D3D'

red 41 ◦ green 61 ◦ blue 61

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

Shades of Outer Space #293D3D

Tints of Outer Space #293D3D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 37.42%

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

R = 25.15%
G = 37.42%
B = 37.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#293D3D (or 0x293D3D) is known color: Outer Space. HEX triplet: 29, 3D and 3D. RGB value is (41,61,61). Sum of RGB (Red+Green+Blue) = 41+61+61=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 61 - color contains mainly: green, blue. Hex color #293D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293D3D is #D6C2C2. Grayscale: #363636. Windows color (decimal): -14074563 or 4013353. OLE color: 4013353.

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

Color convert

RGB 41 61 61 -
CMYK 0.33 0 0 0.76
HSL 180º 0.2% 0.2% -
HSV(B) 180º 0.33% 0.24% -
XYZ 3.43 4.15 5.03 -
YUV 55.02 131.37 118 -
System Red Green Blue C M Y K H S L
Decimal 41 61 61 0.33 0 0 0.76 180 0.2 0.2
Hex 29 3D 3D 21 0 0 4C B4 14 14
Octal 51 75 75 41 0 0 114 264 24 24
Binary 101001 111101 111101 100001 0 0 1001100 10110100 10100 10100

Color Harmonies of #293D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D3D

Black with #293D3D

Text Example


Text Example

White with #293D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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