#3B303B

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

Shades of Valentino #3B303B

Tints of Valentino #3B303B

Color information

#3B303B (or 0x3B303B) is unknown color: approx Valentino. HEX triplet: 3B, 30 and 3B. RGB value is (59,48,59). Sum of RGB (Red+Green+Blue) = 59+48+59=166 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.54% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 59 - color contains mainly: red, blue. Hex color #3B303B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B303B is #C4CFC4. Grayscale: #343434. Windows color (decimal): -12898245 or 3878971. OLE color: 3878971.

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

Color convert

RGB594859-
CMYK00.1900.77
HSL300º10.28%20.98%-
HSV(B)300º18.64%23.14%-
XYZ3.653.364.59-
YUV52.54131.64132.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.54%
GREEN value IS 48 (19.14% from 255) = 28.92%
BLUE value IS 59 (23.44% from 255) = 35.54%
R=35.54%
G=28.92%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59485900.1900.7730010.2820.98
Hex3B303B01304D12ca15
Octal73607302301154541225
Binary11101111000011101101001101001101100101100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B303B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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