Html Css Color HEX #3D474D Arsenic

📋 copy color: '#3D474D'

red 61 ◦ green 71 ◦ blue 77

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

Shades of Arsenic #3D474D

Tints of Arsenic #3D474D

RGB

 RED value IS 61 (24.22% from 255) = 29.19%

 GREEN value IS 71 (28.13% from 255) = 33.97%

 BLUE value IS 77 (30.47% from 255) = 36.84%

R = 29.19%
G = 33.97%
B = 36.84%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3D474D (or 0x3D474D) is known color: Arsenic. HEX triplet: 3D, 47 and 4D. RGB value is (61,71,77). Sum of RGB (Red+Green+Blue) = 61+71+77=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D474D is #C2B8B2. Grayscale: #444444. Windows color (decimal): -12761267 or 5064509. OLE color: 5064509.

HSL color Cylindrical-coordinate representation of color #3D474D: hue angle of 202.5º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3D474D is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 61 71 77 -
CMYK 0.21 0.08 0 0.70
HSL 202.5º 0.12% 0.27% -
HSV(B) 202.5º 0.21% 0.3% -
XYZ 5.52 6.03 7.9 -
YUV 68.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 61 71 77 0.21 0.08 0 0.70 202.5 0.12 0.27
Hex 3D 47 4D 15 8 0 46 CA C 1B
Octal 75 107 115 25 10 0 106 312 14 33
Binary 111101 1000111 1001101 10101 1000 0 1000110 11001010 1100 11011

Color Harmonies of #3D474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D474D

Black with #3D474D

Text Example


Text Example

White with #3D474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D474D; }

 p { color: rgb(61,71,77); }

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

background-color css

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

 a { background-color: rgb(61,71,77); }

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

border-color css

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

 span { border-color: rgb(61,71,77); }

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