#3A293D

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

Shades of Valentino #3A293D

Tints of Valentino #3A293D

Color information

#3A293D (or 0x3A293D) is unknown color: approx Valentino. HEX triplet: 3A, 29 and 3D. RGB value is (58,41,61). Sum of RGB (Red+Green+Blue) = 58+41+61=160 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.25% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A293D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A293D is #C5D6C2. Grayscale: #303030. Windows color (decimal): -12965571 or 4008250. OLE color: 4008250.

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

Color convert

RGB584161-
CMYK0.050.3300.76
HSL291º19.61%20%-
HSV(B)291º32.79%23.92%-
XYZ3.382.824.78-
YUV48.36135.13134.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.25%
GREEN value IS 41 (16.41% from 255) = 25.62%
BLUE value IS 61 (24.22% from 255) = 38.12%
R=36.25%
G=25.62%
B=38.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5841610.050.3300.7629119.6120
Hex3A293D52104C1231414
Octal72517554101144432424
Binary111010101001111101101100001010011001001000111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A293D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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