#3F252E

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

Shades of Castro #3F252E

Tints of Castro #3F252E

Color information

#3F252E (or 0x3F252E) is unknown color: approx Castro. HEX triplet: 3F, 25 and 2E. RGB value is (63,37,46). Sum of RGB (Red+Green+Blue) = 63+37+46=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 63 - color contains mainly: red. Hex color #3F252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F252E is #C0DAD1. Grayscale: #2D2D2D. Windows color (decimal): -12638930 or 3024191. OLE color: 3024191.

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

Color convert

RGB633746-
CMYK00.410.270.75
HSL339.23º26%19.61%-
HSV(B)339.23º41.27%24.71%-
XYZ3.22.582.91-
YUV45.8128.11140.27-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.15%
GREEN value IS 37 (14.84% from 255) = 25.34%
BLUE value IS 46 (18.36% from 255) = 31.51%
R=43.15%
G=25.34%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63374600.410.270.75339.232619.61
Hex3F252E0291B4B1531a14
Octal774556051331135233224
Binary11111110010110111001010011101110010111010100111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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