#3B262E

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

Shades of Toledo #3B262E

Tints of Toledo #3B262E

Color information

#3B262E (or 0x3B262E) is unknown color: approx Toledo. HEX triplet: 3B, 26 and 2E. RGB value is (59,38,46). Sum of RGB (Red+Green+Blue) = 59+38+46=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 59 - color contains mainly: red. Hex color #3B262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B262E is #C4D9D1. Grayscale: #2D2D2D. Windows color (decimal): -12900818 or 3024443. OLE color: 3024443.

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

Color convert

RGB593846-
CMYK00.360.220.77
HSL337.14º21.65%19.02%-
HSV(B)337.14º35.59%23.14%-
XYZ2.992.512.91-
YUV45.19128.46137.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 41.26%
GREEN value IS 38 (15.23% from 255) = 26.57%
BLUE value IS 46 (18.36% from 255) = 32.17%
R=41.26%
G=26.57%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59384600.360.220.77337.1421.6519.02
Hex3B262E024164D1511613
Octal734656044261155212623
Binary11101110011010111001001001011010011011010100011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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