Html Css Color HEX #353F41 Mine Shaft

📋 copy color: '#353F41'

red 53 ◦ green 63 ◦ blue 65

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

Shades of Mine Shaft #353F41

Tints of Mine Shaft #353F41

RGB

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

 GREEN value IS 63 (25% from 255) = 34.81%

 BLUE value IS 65 (25.78% from 255) = 35.91%

R = 29.28%
G = 34.81%
B = 35.91%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#353F41 (or 0x353F41) is known color: Mine Shaft. HEX triplet: 35, 3F and 41. RGB value is (53,63,65). Sum of RGB (Red+Green+Blue) = 53+63+65=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 65 - color contains mainly: blue. Hex color #353F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F41 is #CAC0BE. Grayscale: #3C3C3C. Windows color (decimal): -13287615 or 4276021. OLE color: 4276021.

HSL color Cylindrical-coordinate representation of color #353F41: hue angle of 190º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #353F41 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 63 65 -
CMYK 0.18 0.03 0 0.75
HSL 190º 0.1% 0.23% -
HSV(B) 190º 0.18% 0.25% -
XYZ 4.2 4.69 5.69 -
YUV 60.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 53 63 65 0.18 0.03 0 0.75 190 0.1 0.23
Hex 35 3F 41 12 3 0 4B BE A 17
Octal 65 77 101 22 3 0 113 276 12 27
Binary 110101 111111 1000001 10010 11 0 1001011 10111110 1010 10111

Color Harmonies of #353F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F41

Black with #353F41

Text Example


Text Example

White with #353F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353F41; }

 p { color: rgb(53,63,65); }

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

background-color css

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

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

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

border-color css

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

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

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