#3B323A

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

Shades of Valentino #3B323A

Tints of Valentino #3B323A

Color information

#3B323A (or 0x3B323A) is unknown color: approx Valentino. HEX triplet: 3B, 32 and 3A. RGB value is (59,50,58). Sum of RGB (Red+Green+Blue) = 59+50+58=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 59 - color contains mainly: red. Hex color #3B323A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B323A is #C4CDC5. Grayscale: #353535. Windows color (decimal): -12897734 or 3813947. OLE color: 3813947.

HSL color Cylindrical-coordinate representation of color #3B323A: hue angle of 306.67º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3B323A is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.77.

Color convert

RGB595058-
CMYK00.150.020.77
HSL306.67º8.26%21.37%-
HSV(B)306.67º15.25%23.14%-
XYZ3.713.524.49-
YUV53.6130.48131.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.33%
GREEN value IS 50 (19.92% from 255) = 29.94%
BLUE value IS 58 (23.05% from 255) = 34.73%
R=35.33%
G=29.94%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59505800.150.020.77306.678.2621.37
Hex3B323A0F24D133815
Octal73627201721154631025
Binary11101111001011101001111101001101100110011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,50,58); }

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

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

 a { background-color: rgb(59,50,58); }

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

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

 span { border-color: rgb(59,50,58); }

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