#3F2931

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

Shades of Castro #3F2931

Tints of Castro #3F2931

Color information

#3F2931 (or 0x3F2931) is unknown color: approx Castro. HEX triplet: 3F, 29 and 31. RGB value is (63,41,49). Sum of RGB (Red+Green+Blue) = 63+41+49=153 (20% of max value = 765). Red value is 63 (25% from 255 or 41.18% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2931 is #C0D6CE. Grayscale: #303030. Windows color (decimal): -12637903 or 3221823. OLE color: 3221823.

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

Color convert

RGB634149-
CMYK00.350.220.75
HSL338.18º21.15%20.39%-
HSV(B)338.18º34.92%24.71%-
XYZ3.42.863.28-
YUV48.49128.29138.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 41.18%
GREEN value IS 41 (16.41% from 255) = 26.80%
BLUE value IS 49 (19.53% from 255) = 32.03%
R=41.18%
G=26.80%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63414900.350.220.75338.1821.1520.39
Hex3F2931023164B1521514
Octal775161043261135222524
Binary11111110100111000101000111011010010111010100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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