Html Css Color HEX #293335 Outer Space

📋 copy color: '#293335'

red 41 ◦ green 51 ◦ blue 53

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

Shades of Outer Space #293335

Tints of Outer Space #293335

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.17%

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

R = 28.28%
G = 35.17%
B = 36.55%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#293335 (or 0x293335) is known color: Outer Space. HEX triplet: 29, 33 and 35. RGB value is (41,51,53). Sum of RGB (Red+Green+Blue) = 41+51+53=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 53 - color contains mainly: blue. Hex color #293335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293335 is #D6CCCA. Grayscale: #303030. Windows color (decimal): -14077131 or 3486505. OLE color: 3486505.

HSL color Cylindrical-coordinate representation of color #293335: hue angle of 190º 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 #293335 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 51 53 -
CMYK 0.23 0.04 0 0.79
HSL 190º 0.13% 0.18% -
HSV(B) 190º 0.23% 0.21% -
XYZ 2.74 3.1 3.82 -
YUV 48.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 41 51 53 0.23 0.04 0 0.79 190 0.13 0.18
Hex 29 33 35 17 4 0 4F BE D 12
Octal 51 63 65 27 4 0 117 276 15 22
Binary 101001 110011 110101 10111 100 0 1001111 10111110 1101 10010

Color Harmonies of #293335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293335

Black with #293335

Text Example


Text Example

White with #293335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293335; }

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

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

background-color css

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

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

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

border-color css

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

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

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