Html Css Color HEX #293435 Outer Space

📋 copy color: '#293435'

red 41 ◦ green 52 ◦ blue 53

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

Shades of Outer Space #293435

Tints of Outer Space #293435

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.62%

 BLUE value IS 53 (21.09% from 255) = 36.3%

R = 28.08%
G = 35.62%
B = 36.3%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#293435 (or 0x293435) is known color: Outer Space. HEX triplet: 29, 34 and 35. RGB value is (41,52,53). Sum of RGB (Red+Green+Blue) = 41+52+53=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 53 - color contains mainly: blue. Hex color #293435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293435 is #D6CBCA. Grayscale: #303030. Windows color (decimal): -14076875 or 3486761. OLE color: 3486761.

HSL color Cylindrical-coordinate representation of color #293435: hue angle of 185º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #293435 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 52 53 -
CMYK 0.23 0.02 0 0.79
HSL 185º 0.13% 0.18% -
HSV(B) 185º 0.23% 0.21% -
XYZ 2.79 3.18 3.84 -
YUV 48.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 41 52 53 0.23 0.02 0 0.79 185 0.13 0.18
Hex 29 34 35 17 2 0 4F B9 D 12
Octal 51 64 65 27 2 0 117 271 15 22
Binary 101001 110100 110101 10111 10 0 1001111 10111001 1101 10010

Color Harmonies of #293435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293435

Black with #293435

Text Example


Text Example

White with #293435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293435; }

 p { color: rgb(41,52,53); }

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

background-color css

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

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

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

border-color css

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

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

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