Html Css Color HEX #353939 Outer Space

📋 copy color: '#353939'

red 53 ◦ green 57 ◦ blue 57

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

Shades of Outer Space #353939

Tints of Outer Space #353939

RGB

 RED value IS 53 (21.09% from 255) = 31.74%

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

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

R = 31.74%
G = 34.13%
B = 34.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#353939 (or 0x353939) is known color: Outer Space. HEX triplet: 35, 39 and 39. RGB value is (53,57,57). Sum of RGB (Red+Green+Blue) = 53+57+57=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 57 - color contains mainly: green, blue. Hex color #353939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353939 is #CAC6C6. Grayscale: #373737. Windows color (decimal): -13289159 or 3750197. OLE color: 3750197.

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

Color convert

RGB 53 57 57 -
CMYK 0.07 0 0 0.78
HSL 180º 0.04% 0.22% -
HSV(B) 180º 0.07% 0.22% -
XYZ 3.67 3.98 4.45 -
YUV 55.8 128.67 126 -
System Red Green Blue C M Y K H S L
Decimal 53 57 57 0.07 0 0 0.78 180 0.04 0.22
Hex 35 39 39 7 0 0 4E B4 4 16
Octal 65 71 71 7 0 0 116 264 4 26
Binary 110101 111001 111001 111 0 0 1001110 10110100 100 10110

Color Harmonies of #353939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353939

Black with #353939

Text Example


Text Example

White with #353939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353939; }

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

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

background-color css

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

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

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

border-color css

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

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

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