#3F212E

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

Shades of Toledo #3F212E

Tints of Toledo #3F212E

Color information

#3F212E (or 0x3F212E) is unknown color: approx Toledo. HEX triplet: 3F, 21 and 2E. RGB value is (63,33,46). Sum of RGB (Red+Green+Blue) = 63+33+46=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F212E is #C0DED1. Grayscale: #2B2B2B. Windows color (decimal): -12639954 or 3023167. OLE color: 3023167.

HSL color Cylindrical-coordinate representation of color #3F212E: hue angle of 334º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F212E is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB633346-
CMYK00.480.270.75
HSL334º31.25%18.82%-
HSV(B)334º47.62%24.71%-
XYZ3.092.342.87-
YUV43.45129.44141.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.37%
GREEN value IS 33 (13.28% from 255) = 23.24%
BLUE value IS 46 (18.36% from 255) = 32.39%
R=44.37%
G=23.24%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63334600.480.270.7533431.2518.82
Hex3F212E0301B4B14e1f13
Octal774156060331135163723
Binary11111110000110111001100001101110010111010011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,33,46); }

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

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

 a { background-color: rgb(63,33,46); }

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

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

 span { border-color: rgb(63,33,46); }

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