#3C273C

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

Shades of Valentino #3C273C

Tints of Valentino #3C273C

Color information

#3C273C (or 0x3C273C) is unknown color: approx Valentino. HEX triplet: 3C, 27 and 3C. RGB value is (60,39,60). Sum of RGB (Red+Green+Blue) = 60+39+60=159 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.74% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 60 - color contains mainly: red, blue. Hex color #3C273C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C273C is #C3D8C3. Grayscale: #2F2F2F. Windows color (decimal): -12835012 or 3942204. OLE color: 3942204.

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

Color convert

RGB603960-
CMYK00.3500.76
HSL300º21.21%19.41%-
HSV(B)300º35%23.53%-
XYZ3.42.744.62-
YUV47.67134.96136.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.74%
GREEN value IS 39 (15.62% from 255) = 24.53%
BLUE value IS 60 (23.83% from 255) = 37.74%
R=37.74%
G=24.53%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60396000.3500.7630021.2119.41
Hex3C273C02304C12c1513
Octal74477404301144542523
Binary1111001001111111000100011010011001001011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C273C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,39,60); }

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

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

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

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

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

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

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