#3B2E3D

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

Shades of Valentino #3B2E3D

Tints of Valentino #3B2E3D

Color information

#3B2E3D (or 0x3B2E3D) is unknown color: approx Valentino. HEX triplet: 3B, 2E and 3D. RGB value is (59,46,61). Sum of RGB (Red+Green+Blue) = 59+46+61=166 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.54% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 61 (24.22% from 255 or 36.75% from 166); Max value from RGB is 61 - color contains mainly: blue. Hex color #3B2E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2E3D is #C4D1C2. Grayscale: #333333. Windows color (decimal): -12898755 or 4009531. OLE color: 4009531.

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

Color convert

RGB594661-
CMYK0.030.2500.76
HSL292º14.02%20.98%-
HSV(B)292º24.59%23.92%-
XYZ3.623.224.85-
YUV51.6133.31133.28-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.54%
GREEN value IS 46 (18.36% from 255) = 27.71%
BLUE value IS 61 (24.22% from 255) = 36.75%
R=35.54%
G=27.71%
B=36.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5946610.030.2500.7629214.0220.98
Hex3B2E3D31904C124e15
Octal73567533101144441625
Binary111011101110111101111100101001100100100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,46,61); }

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

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

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

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

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

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

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