Html Css Color HEX #3C3951 Payne's Grey

📋 copy color: '#3C3951'

red 60 ◦ green 57 ◦ blue 81

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

Shades of Payne's Grey #3C3951

Tints of Payne's Grey #3C3951

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.79%

 BLUE value IS 81 (32.03% from 255) = 40.91%

R = 30.3%
G = 28.79%
B = 40.91%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3C3951 (or 0x3C3951) is known color: Payne's Grey. HEX triplet: 3C, 39 and 51. RGB value is (60,57,81). Sum of RGB (Red+Green+Blue) = 60+57+81=198 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.30% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 81 - color contains mainly: blue. Hex color #3C3951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3951 is #C3C6AE. Grayscale: #3C3C3C. Windows color (decimal): -12830383 or 5323068. OLE color: 5323068.

HSL color Cylindrical-coordinate representation of color #3C3951: hue angle of 247.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3C3951 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 60 57 81 -
CMYK 0.26 0.30 0 0.68
HSL 247.5º 0.17% 0.27% -
HSV(B) 247.5º 0.3% 0.32% -
XYZ 4.81 4.48 8.4 -
YUV 60.63 139.49 127.55 -
System Red Green Blue C M Y K H S L
Decimal 60 57 81 0.26 0.30 0 0.68 247.5 0.17 0.27
Hex 3C 39 51 1A 1E 0 44 F8 11 1B
Octal 74 71 121 32 36 0 104 370 21 33
Binary 111100 111001 1010001 11010 11110 0 1000100 11111000 10001 11011

Color Harmonies of #3C3951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3951

Black with #3C3951

Text Example


Text Example

White with #3C3951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,57,81); }

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

background-color css

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

 a { background-color: rgb(60,57,81); }

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

border-color css

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

 span { border-color: rgb(60,57,81); }

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