Html Css Color HEX #353738 Montana

📋 copy color: '#353738'

red 53 ◦ green 55 ◦ blue 56

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

Shades of Montana #353738

Tints of Montana #353738

RGB

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

 GREEN value IS 55 (21.88% from 255) = 33.54%

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

R = 32.32%
G = 33.54%
B = 34.15%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#353738 (or 0x353738) is known color: Montana. HEX triplet: 35, 37 and 38. RGB value is (53,55,56). Sum of RGB (Red+Green+Blue) = 53+55+56=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 56 - color contains mainly: blue. Hex color #353738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353738 is #CAC8C7. Grayscale: #363636. Windows color (decimal): -13289672 or 3684149. OLE color: 3684149.

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

Color convert

RGB 53 55 56 -
CMYK 0.05 0.02 0 0.78
HSL 200º 0.03% 0.21% -
HSV(B) 200º 0.05% 0.22% -
XYZ 3.55 3.77 4.28 -
YUV 54.52 128.84 126.92 -
System Red Green Blue C M Y K H S L
Decimal 53 55 56 0.05 0.02 0 0.78 200 0.03 0.21
Hex 35 37 38 5 2 0 4E C8 3 15
Octal 65 67 70 5 2 0 116 310 3 25
Binary 110101 110111 111000 101 10 0 1001110 11001000 11 10101

Color Harmonies of #353738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353738

Black with #353738

Text Example


Text Example

White with #353738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353738; }

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

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

background-color css

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

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

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

border-color css

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

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

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