Html Css Color HEX #353838 Outer Space

📋 copy color: '#353838'

red 53 ◦ green 56 ◦ blue 56

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

Shades of Outer Space #353838

Tints of Outer Space #353838

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.94%

 BLUE value IS 56 (22.27% from 255) = 33.94%

R = 32.12%
G = 33.94%
B = 33.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#353838 (or 0x353838) is known color: Outer Space. HEX triplet: 35, 38 and 38. RGB value is (53,56,56). Sum of RGB (Red+Green+Blue) = 53+56+56=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 56 - color contains mainly: green, blue. Hex color #353838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353838 is #CAC7C7. Grayscale: #373737. Windows color (decimal): -13289416 or 3684405. OLE color: 3684405.

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

Color convert

RGB 53 56 56 -
CMYK 0.05 0 0 0.78
HSL 180º 0.03% 0.21% -
HSV(B) 180º 0.05% 0.22% -
XYZ 3.6 3.87 4.3 -
YUV 55.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 53 56 56 0.05 0 0 0.78 180 0.03 0.21
Hex 35 38 38 5 0 0 4E B4 3 15
Octal 65 70 70 5 0 0 116 264 3 25
Binary 110101 111000 111000 101 0 0 1001110 10110100 11 10101

Color Harmonies of #353838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353838

Black with #353838

Text Example


Text Example

White with #353838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353838; }

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

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

background-color css

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

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

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

border-color css

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

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

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