#3C313E

Color #3C313E Valentino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valentino #3C313E

Tints of Valentino #3C313E

Color information

#3C313E (or 0x3C313E) is unknown color: approx Valentino. HEX triplet: 3C, 31 and 3E. RGB value is (60,49,62). Sum of RGB (Red+Green+Blue) = 60+49+62=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 62 - color contains mainly: blue. Hex color #3C313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C313E is #C3CEC1. Grayscale: #353535. Windows color (decimal): -12832450 or 4075836. OLE color: 4075836.

HSL color Cylindrical-coordinate representation of color #3C313E: hue angle of 290.77º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3C313E is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB604962-
CMYK0.030.2100.76
HSL290.77º11.71%21.76%-
HSV(B)290.77º20.97%24.31%-
XYZ3.833.515.03-
YUV53.77132.64132.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.09%
GREEN value IS 49 (19.53% from 255) = 28.65%
BLUE value IS 62 (24.61% from 255) = 36.26%
R=35.09%
G=28.65%
B=36.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6049620.030.2100.76290.7711.7121.76
Hex3C313E31504C123c16
Octal74617632501144431426
Binary111100110001111110111010101001100100100011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,49,62); }

 H1.HeaderClassName
 {
   color: #3C313E;
 }
 .AnyTagClassName
 {
   color: #3C313E;
 }
</style>
background-color css

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

 a { background-color: rgb(60,49,62); }

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

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

 span { border-color: rgb(60,49,62); }

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