#3F2E31

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

Shades of Cab Sav #3F2E31

Tints of Cab Sav #3F2E31

Color information

#3F2E31 (or 0x3F2E31) is unknown color: approx Cab Sav. HEX triplet: 3F, 2E and 31. RGB value is (63,46,49). Sum of RGB (Red+Green+Blue) = 63+46+49=158 (20% of max value = 765). Red value is 63 (25% from 255 or 39.87% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2E31 is #C0D1CE. Grayscale: #333333. Windows color (decimal): -12636623 or 3223103. OLE color: 3223103.

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

Color convert

RGB634649-
CMYK00.270.220.75
HSL349.41º15.6%21.37%-
HSV(B)349.41º26.98%24.71%-
XYZ3.583.233.34-
YUV51.42126.63136.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.87%
GREEN value IS 46 (18.36% from 255) = 29.11%
BLUE value IS 49 (19.53% from 255) = 31.01%
R=39.87%
G=29.11%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63464900.270.220.75349.4115.621.37
Hex3F2E3101B164B15d1015
Octal775661033261135352025
Binary1111111011101100010110111011010010111010111011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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