#3B262F

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

Shades of Toledo #3B262F

Tints of Toledo #3B262F

Color information

#3B262F (or 0x3B262F) is unknown color: approx Toledo. HEX triplet: 3B, 26 and 2F. RGB value is (59,38,47). Sum of RGB (Red+Green+Blue) = 59+38+47=144 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.97% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 59 - color contains mainly: red. Hex color #3B262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B262F is #C4D9D0. Grayscale: #2D2D2D. Windows color (decimal): -12900817 or 3089979. OLE color: 3089979.

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

Color convert

RGB593847-
CMYK00.360.200.77
HSL334.29º21.65%19.02%-
HSV(B)334.29º35.59%23.14%-
XYZ3.012.523.02-
YUV45.3128.96137.77-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 40.97%
GREEN value IS 38 (15.23% from 255) = 26.39%
BLUE value IS 47 (18.75% from 255) = 32.64%
R=40.97%
G=26.39%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59384700.360.200.77334.2921.6519.02
Hex3B262F024144D14e1613
Octal734657044241155162623
Binary11101110011010111101001001010010011011010011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B262F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,38,47); }

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

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

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

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

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

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

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