#3F252C

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

Shades of Castro #3F252C

Tints of Castro #3F252C

Color information

#3F252C (or 0x3F252C) is unknown color: approx Castro. HEX triplet: 3F, 25 and 2C. RGB value is (63,37,44). Sum of RGB (Red+Green+Blue) = 63+37+44=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 63 - color contains mainly: red. Hex color #3F252C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F252C is #C0DAD3. Grayscale: #2D2D2D. Windows color (decimal): -12638932 or 2893119. OLE color: 2893119.

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

Color convert

RGB633744-
CMYK00.410.300.75
HSL343.85º26%19.61%-
HSV(B)343.85º41.27%24.71%-
XYZ3.172.562.71-
YUV45.57127.11140.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.75%
GREEN value IS 37 (14.84% from 255) = 25.69%
BLUE value IS 44 (17.58% from 255) = 30.56%
R=43.75%
G=25.69%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63374400.410.300.75343.852619.61
Hex3F252C0291E4B1581a14
Octal774554051361135303224
Binary11111110010110110001010011111010010111010110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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