#3F252D

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

Shades of Castro #3F252D

Tints of Castro #3F252D

Color information

#3F252D (or 0x3F252D) is unknown color: approx Castro. HEX triplet: 3F, 25 and 2D. RGB value is (63,37,45). Sum of RGB (Red+Green+Blue) = 63+37+45=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 63 - color contains mainly: red. Hex color #3F252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F252D is #C0DAD2. Grayscale: #2D2D2D. Windows color (decimal): -12638931 or 2958655. OLE color: 2958655.

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

Color convert

RGB633745-
CMYK00.410.290.75
HSL341.54º26%19.61%-
HSV(B)341.54º41.27%24.71%-
XYZ3.192.572.81-
YUV45.69127.61140.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.45%
GREEN value IS 37 (14.84% from 255) = 25.52%
BLUE value IS 45 (17.97% from 255) = 31.03%
R=43.45%
G=25.52%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63374500.410.290.75341.542619.61
Hex3F252D0291D4B1561a14
Octal774555051351135263224
Binary11111110010110110101010011110110010111010101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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