#3F2126

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

Shades of Temptress #3F2126

Tints of Temptress #3F2126

Color information

#3F2126 (or 0x3F2126) is unknown color: approx Temptress. HEX triplet: 3F, 21 and 26. RGB value is (63,33,38). Sum of RGB (Red+Green+Blue) = 63+33+38=134 (17% of max value = 765). Red value is 63 (25% from 255 or 47.01% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 38 (15.23% from 255 or 28.36% from 134); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2126 is #C0DED9. Grayscale: #2A2A2A. Windows color (decimal): -12639962 or 2498879. OLE color: 2498879.

HSL color Cylindrical-coordinate representation of color #3F2126: hue angle of 350º 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 #3F2126 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB633338-
CMYK00.480.400.75
HSL350º31.25%18.82%-
HSV(B)350º47.62%24.71%-
XYZ2.942.282.12-
YUV42.54125.44142.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.01%
GREEN value IS 33 (13.28% from 255) = 24.63%
BLUE value IS 38 (15.23% from 255) = 28.36%
R=47.01%
G=24.63%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63333800.480.400.7535031.2518.82
Hex3F2126030284B15e1f13
Octal774146060501135363723
Binary111111100001100110011000010100010010111010111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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