#3B242F

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

Shades of Toledo #3B242F

Tints of Toledo #3B242F

Color information

#3B242F (or 0x3B242F) is unknown color: approx Toledo. HEX triplet: 3B, 24 and 2F. RGB value is (59,36,47). Sum of RGB (Red+Green+Blue) = 59+36+47=142 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.55% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 59 - color contains mainly: red. Hex color #3B242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B242F is #C4DBD0. Grayscale: #2C2C2C. Windows color (decimal): -12901329 or 3089467. OLE color: 3089467.

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

Color convert

RGB593647-
CMYK00.390.200.77
HSL331.3º24.21%18.63%-
HSV(B)331.3º38.98%23.14%-
XYZ2.952.43-
YUV44.13129.62138.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 41.55%
GREEN value IS 36 (14.45% from 255) = 25.35%
BLUE value IS 47 (18.75% from 255) = 33.10%
R=41.55%
G=25.35%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59364700.390.200.77331.324.2118.63
Hex3B242F027144D14b1813
Octal734457047241155133023
Binary11101110010010111101001111010010011011010010111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B242F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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