#3B323B

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

Shades of Valentino #3B323B

Tints of Valentino #3B323B

Color information

#3B323B (or 0x3B323B) is unknown color: approx Valentino. HEX triplet: 3B, 32 and 3B. RGB value is (59,50,59). Sum of RGB (Red+Green+Blue) = 59+50+59=168 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.12% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 59 - color contains mainly: red, blue. Hex color #3B323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B323B is #C4CDC4. Grayscale: #353535. Windows color (decimal): -12897733 or 3879483. OLE color: 3879483.

HSL color Cylindrical-coordinate representation of color #3B323B: hue angle of 300º 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 #3B323B is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB595059-
CMYK00.1500.77
HSL300º8.26%21.37%-
HSV(B)300º15.25%23.14%-
XYZ3.733.534.62-
YUV53.72130.98131.77-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.12%
GREEN value IS 50 (19.92% from 255) = 29.76%
BLUE value IS 59 (23.44% from 255) = 35.12%
R=35.12%
G=29.76%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59505900.1500.773008.2621.37
Hex3B323B0F04D12c815
Octal73627301701154541025
Binary1110111100101110110111101001101100101100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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