Html Css Color HEX #323535 Outer Space

📋 copy color: '#323535'

red 50 ◦ green 53 ◦ blue 53

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

Shades of Outer Space #323535

Tints of Outer Space #323535

RGB

 RED value IS 50 (19.92% from 255) = 32.05%

 GREEN value IS 53 (21.09% from 255) = 33.97%

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

R = 32.05%
G = 33.97%
B = 33.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#323535 (or 0x323535) is known color: Outer Space. HEX triplet: 32, 35 and 35. RGB value is (50,53,53). Sum of RGB (Red+Green+Blue) = 50+53+53=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 53 - color contains mainly: green, blue. Hex color #323535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323535 is #CDCACA. Grayscale: #343434. Windows color (decimal): -13486795 or 3487026. OLE color: 3487026.

HSL color Cylindrical-coordinate representation of color #323535: hue angle of 180º degrees, saturation: 0.03, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #323535 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 50 53 53 -
CMYK 0.06 0 0 0.79
HSL 180º 0.03% 0.2% -
HSV(B) 180º 0.06% 0.21% -
XYZ 3.23 3.48 3.87 -
YUV 52.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 50 53 53 0.06 0 0 0.79 180 0.03 0.2
Hex 32 35 35 6 0 0 4F B4 3 14
Octal 62 65 65 6 0 0 117 264 3 24
Binary 110010 110101 110101 110 0 0 1001111 10110100 11 10100

Color Harmonies of #323535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323535

Black with #323535

Text Example


Text Example

White with #323535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323535; }

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

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

background-color css

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

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

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

border-color css

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

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

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