Html Css Color HEX #3C3D42 Payne's Grey

📋 copy color: '#3C3D42'

red 60 ◦ green 61 ◦ blue 66

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

Shades of Payne's Grey #3C3D42

Tints of Payne's Grey #3C3D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 35.29%

R = 32.09%
G = 32.62%
B = 35.29%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#3C3D42 (or 0x3C3D42) is known color: Payne's Grey. HEX triplet: 3C, 3D and 42. RGB value is (60,61,66). Sum of RGB (Red+Green+Blue) = 60+61+66=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 66 - color contains mainly: blue. Hex color #3C3D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3D42 is #C3C2BD. Grayscale: #3D3D3D. Windows color (decimal): -12829374 or 4341052. OLE color: 4341052.

HSL color Cylindrical-coordinate representation of color #3C3D42: hue angle of 230º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #3C3D42 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 60 61 66 -
CMYK 0.09 0.08 0 0.74
HSL 230º 0.05% 0.25% -
HSV(B) 230º 0.09% 0.26% -
XYZ 4.52 4.69 5.82 -
YUV 61.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 60 61 66 0.09 0.08 0 0.74 230 0.05 0.25
Hex 3C 3D 42 9 8 0 4A E6 5 19
Octal 74 75 102 11 10 0 112 346 5 31
Binary 111100 111101 1000010 1001 1000 0 1001010 11100110 101 11001

Color Harmonies of #3C3D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3D42

Black with #3C3D42

Text Example


Text Example

White with #3C3D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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