Html Css Color HEX #353F43 Mine Shaft

📋 copy color: '#353F43'

red 53 ◦ green 63 ◦ blue 67

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

Shades of Mine Shaft #353F43

Tints of Mine Shaft #353F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 36.61%

R = 28.96%
G = 34.43%
B = 36.61%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#353F43 (or 0x353F43) is known color: Mine Shaft. HEX triplet: 35, 3F and 43. RGB value is (53,63,67). Sum of RGB (Red+Green+Blue) = 53+63+67=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 67 - color contains mainly: blue. Hex color #353F43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F43 is #CAC0BC. Grayscale: #3C3C3C. Windows color (decimal): -13287613 or 4407093. OLE color: 4407093.

HSL color Cylindrical-coordinate representation of color #353F43: hue angle of 197.14º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #353F43 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 63 67 -
CMYK 0.21 0.06 0 0.74
HSL 197.14º 0.12% 0.24% -
HSV(B) 197.14º 0.21% 0.26% -
XYZ 4.26 4.72 6 -
YUV 60.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 53 63 67 0.21 0.06 0 0.74 197.14 0.12 0.24
Hex 35 3F 43 15 6 0 4A C5 C 18
Octal 65 77 103 25 6 0 112 305 14 30
Binary 110101 111111 1000011 10101 110 0 1001010 11000101 1100 11000

Color Harmonies of #353F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F43

Black with #353F43

Text Example


Text Example

White with #353F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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