#3C263F

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

Shades of Valentino #3C263F

Tints of Valentino #3C263F

Color information

#3C263F (or 0x3C263F) is unknown color: approx Valentino. HEX triplet: 3C, 26 and 3F. RGB value is (60,38,63). Sum of RGB (Red+Green+Blue) = 60+38+63=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 63 - color contains mainly: blue. Hex color #3C263F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C263F is #C3D9C0. Grayscale: #2F2F2F. Windows color (decimal): -12835265 or 4138556. OLE color: 4138556.

HSL color Cylindrical-coordinate representation of color #3C263F: hue angle of 292.8º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3C263F is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB603863-
CMYK0.050.4000.75
HSL292.8º24.75%19.8%-
HSV(B)292.8º39.68%24.71%-
XYZ3.452.715.04-
YUV47.43136.79136.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.27%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 63 (25% from 255) = 39.13%
R=37.27%
G=23.60%
B=39.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6038630.050.4000.75292.824.7519.8
Hex3C263F52804B1251914
Octal74467755001134453124
Binary111100100110111111101101000010010111001001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C263F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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