#3C303B

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

Shades of Valentino #3C303B

Tints of Valentino #3C303B

Color information

#3C303B (or 0x3C303B) is unknown color: approx Valentino. HEX triplet: 3C, 30 and 3B. RGB value is (60,48,59). Sum of RGB (Red+Green+Blue) = 60+48+59=167 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.93% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 60 - color contains mainly: red. Hex color #3C303B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C303B is #C3CFC4. Grayscale: #343434. Windows color (decimal): -12832709 or 3878972. OLE color: 3878972.

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

Color convert

RGB604859-
CMYK00.200.020.76
HSL305º11.11%21.18%-
HSV(B)305º20%23.53%-
XYZ3.713.394.6-
YUV52.84131.48133.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.93%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 59 (23.44% from 255) = 35.33%
R=35.93%
G=28.74%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60485900.200.020.7630511.1121.18
Hex3C303B01424C131b15
Octal74607302421144611325
Binary111100110000111011010100101001100100110001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C303B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,48,59); }

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

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

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

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

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

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

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