Html Css Color HEX #353938 Woodsmoke

📋 copy color: '#353938'

red 53 ◦ green 57 ◦ blue 56

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

Shades of Woodsmoke #353938

Tints of Woodsmoke #353938

RGB

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

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

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

R = 31.93%
G = 34.34%
B = 33.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#353938 (or 0x353938) is known color: Woodsmoke. HEX triplet: 35, 39 and 38. RGB value is (53,57,56). Sum of RGB (Red+Green+Blue) = 53+57+56=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 57 - color contains mainly: green. Hex color #353938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353938 is #CAC6C7. Grayscale: #373737. Windows color (decimal): -13289160 or 3684661. OLE color: 3684661.

HSL color Cylindrical-coordinate representation of color #353938: hue angle of 165º 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 #353938 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 57 56 -
CMYK 0.07 0 0.02 0.78
HSL 165º 0.04% 0.22% -
HSV(B) 165º 0.07% 0.22% -
XYZ 3.65 3.97 4.32 -
YUV 55.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 53 57 56 0.07 0 0.02 0.78 165 0.04 0.22
Hex 35 39 38 7 0 2 4E A5 4 16
Octal 65 71 70 7 0 2 116 245 4 26
Binary 110101 111001 111000 111 0 10 1001110 10100101 100 10110

Color Harmonies of #353938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353938

Black with #353938

Text Example


Text Example

White with #353938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353938; }

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

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

background-color css

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

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

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

border-color css

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

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

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