#3B202F

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

Shades of Toledo #3B202F

Tints of Toledo #3B202F

Color information

#3B202F (or 0x3B202F) is unknown color: approx Toledo. HEX triplet: 3B, 20 and 2F. RGB value is (59,32,47). Sum of RGB (Red+Green+Blue) = 59+32+47=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 59 - color contains mainly: red. Hex color #3B202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B202F is #C4DFD0. Grayscale: #292929. Windows color (decimal): -12902353 or 3088443. OLE color: 3088443.

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

Color convert

RGB593247-
CMYK00.460.200.77
HSL326.67º29.67%17.84%-
HSV(B)326.67º45.76%23.14%-
XYZ2.832.172.96-
YUV41.78130.95140.28-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 42.75%
GREEN value IS 32 (12.89% from 255) = 23.19%
BLUE value IS 47 (18.75% from 255) = 34.06%
R=42.75%
G=23.19%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59324700.460.200.77326.6729.6717.84
Hex3B202F02E144D1471e12
Octal734057056241155073622
Binary11101110000010111101011101010010011011010001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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