#3B2130

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

Shades of Toledo #3B2130

Tints of Toledo #3B2130

Color information

#3B2130 (or 0x3B2130) is unknown color: approx Toledo. HEX triplet: 3B, 21 and 30. RGB value is (59,33,48). Sum of RGB (Red+Green+Blue) = 59+33+48=140 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.14% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2130 is #C4DECF. Grayscale: #2A2A2A. Windows color (decimal): -12902096 or 3154235. OLE color: 3154235.

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

Color convert

RGB593348-
CMYK00.440.190.77
HSL325.38º28.26%18.04%-
HSV(B)325.38º44.07%23.14%-
XYZ2.882.233.08-
YUV42.48131.11139.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 42.14%
GREEN value IS 33 (13.28% from 255) = 23.57%
BLUE value IS 48 (19.14% from 255) = 34.29%
R=42.14%
G=23.57%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59334800.440.190.77325.3828.2618.04
Hex3B213002C134D1451c12
Octal734160054231155053422
Binary11101110000111000001011001001110011011010001011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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