#3A303D

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

Shades of Valentino #3A303D

Tints of Valentino #3A303D

Color information

#3A303D (or 0x3A303D) is unknown color: approx Valentino. HEX triplet: 3A, 30 and 3D. RGB value is (58,48,61). Sum of RGB (Red+Green+Blue) = 58+48+61=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A303D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A303D is #C5CFC2. Grayscale: #343434. Windows color (decimal): -12963779 or 4010042. OLE color: 4010042.

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

Color convert

RGB584861-
CMYK0.050.2100.76
HSL286.15º11.93%21.37%-
HSV(B)286.15º21.31%23.92%-
XYZ3.643.354.87-
YUV52.47132.81131.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.73%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 61 (24.22% from 255) = 36.53%
R=34.73%
G=28.74%
B=36.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5848610.050.2100.76286.1511.9321.37
Hex3A303D51504C11ec15
Octal72607552501144361425
Binary1110101100001111011011010101001100100011110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A303D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,48,61); }

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

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

 a { background-color: rgb(58,48,61); }

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

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

 span { border-color: rgb(58,48,61); }

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