#3B303D

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

Shades of Valentino #3B303D

Tints of Valentino #3B303D

Color information

#3B303D (or 0x3B303D) is unknown color: approx Valentino. HEX triplet: 3B, 30 and 3D. RGB value is (59,48,61). Sum of RGB (Red+Green+Blue) = 59+48+61=168 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.12% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 61 - color contains mainly: blue. Hex color #3B303D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B303D is #C4CFC2. Grayscale: #343434. Windows color (decimal): -12898243 or 4010043. OLE color: 4010043.

HSL color Cylindrical-coordinate representation of color #3B303D: hue angle of 290.77º 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 #3B303D is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB594861-
CMYK0.030.2100.76
HSL290.77º11.93%21.37%-
HSV(B)290.77º21.31%23.92%-
XYZ3.73.384.87-
YUV52.77132.64132.44-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.12%
GREEN value IS 48 (19.14% from 255) = 28.57%
BLUE value IS 61 (24.22% from 255) = 36.31%
R=35.12%
G=28.57%
B=36.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5948610.030.2100.76290.7711.9321.37
Hex3B303D31504C123c15
Octal73607532501144431425
Binary111011110000111101111010101001100100100011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B303D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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