Html Css Color HEX #3C3D46 Payne's Grey

📋 copy color: '#3C3D46'

red 60 ◦ green 61 ◦ blue 70

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

Shades of Payne's Grey #3C3D46

Tints of Payne's Grey #3C3D46

RGB

 RED value IS 60 (23.83% from 255) = 31.41%

 GREEN value IS 61 (24.22% from 255) = 31.94%

 BLUE value IS 70 (27.73% from 255) = 36.65%

R = 31.41%
G = 31.94%
B = 36.65%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#3C3D46 (or 0x3C3D46) is known color: Payne's Grey. HEX triplet: 3C, 3D and 46. RGB value is (60,61,70). Sum of RGB (Red+Green+Blue) = 60+61+70=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 70 - color contains mainly: blue. Hex color #3C3D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3D46 is #C3C2B9. Grayscale: #3D3D3D. Windows color (decimal): -12829370 or 4603196. OLE color: 4603196.

HSL color Cylindrical-coordinate representation of color #3C3D46: hue angle of 234º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3C3D46 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 60 61 70 -
CMYK 0.14 0.13 0 0.73
HSL 234º 0.08% 0.25% -
HSV(B) 234º 0.14% 0.27% -
XYZ 4.64 4.74 6.46 -
YUV 61.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 60 61 70 0.14 0.13 0 0.73 234 0.08 0.25
Hex 3C 3D 46 E D 0 49 EA 8 19
Octal 74 75 106 16 15 0 111 352 10 31
Binary 111100 111101 1000110 1110 1101 0 1001001 11101010 1000 11001

Color Harmonies of #3C3D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3D46

Black with #3C3D46

Text Example


Text Example

White with #3C3D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,61,70); }

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

background-color css

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

 a { background-color: rgb(60,61,70); }

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

border-color css

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

 span { border-color: rgb(60,61,70); }

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