#3C263C

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

Shades of Valentino #3C263C

Tints of Valentino #3C263C

Color information

#3C263C (or 0x3C263C) is unknown color: approx Valentino. HEX triplet: 3C, 26 and 3C. RGB value is (60,38,60). Sum of RGB (Red+Green+Blue) = 60+38+60=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 60 - color contains mainly: red, blue. Hex color #3C263C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C263C is #C3D9C3. Grayscale: #2F2F2F. Windows color (decimal): -12835268 or 3941948. OLE color: 3941948.

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

Color convert

RGB603860-
CMYK00.3700.76
HSL300º22.45%19.22%-
HSV(B)300º36.67%23.53%-
XYZ3.372.674.61-
YUV47.09135.29137.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.97%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 60 (23.83% from 255) = 37.97%
R=37.97%
G=24.05%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60386000.3700.7630022.4519.22
Hex3C263C02504C12c1613
Octal74467404501144542623
Binary1111001001101111000100101010011001001011001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C263C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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