#3F252F

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

Shades of Castro #3F252F

Tints of Castro #3F252F

Color information

#3F252F (or 0x3F252F) is unknown color: approx Castro. HEX triplet: 3F, 25 and 2F. RGB value is (63,37,47). Sum of RGB (Red+Green+Blue) = 63+37+47=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 63 - color contains mainly: red. Hex color #3F252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F252F is #C0DAD0. Grayscale: #2D2D2D. Windows color (decimal): -12638929 or 3089727. OLE color: 3089727.

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

Color convert

RGB633747-
CMYK00.410.250.75
HSL336.92º26%19.61%-
HSV(B)336.92º41.27%24.71%-
XYZ3.222.593.02-
YUV45.91128.61140.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42.86%
GREEN value IS 37 (14.84% from 255) = 25.17%
BLUE value IS 47 (18.75% from 255) = 31.97%
R=42.86%
G=25.17%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63374700.410.250.75336.922619.61
Hex3F252F029194B1511a14
Octal774557051311135213224
Binary11111110010110111101010011100110010111010100011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,37,47); }

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

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

 a { background-color: rgb(63,37,47); }

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

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

 span { border-color: rgb(63,37,47); }

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