#3F292F

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

Shades of Castro #3F292F

Tints of Castro #3F292F

Color information

#3F292F (or 0x3F292F) is unknown color: approx Castro. HEX triplet: 3F, 29 and 2F. RGB value is (63,41,47). Sum of RGB (Red+Green+Blue) = 63+41+47=151 (20% of max value = 765). Red value is 63 (25% from 255 or 41.72% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 63 - color contains mainly: red. Hex color #3F292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F292F is #C0D6D0. Grayscale: #303030. Windows color (decimal): -12637905 or 3090751. OLE color: 3090751.

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

Color convert

RGB634147-
CMYK00.350.250.75
HSL343.64º21.15%20.39%-
HSV(B)343.64º34.92%24.71%-
XYZ3.362.853.06-
YUV48.26127.29138.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 41.72%
GREEN value IS 41 (16.41% from 255) = 27.15%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=41.72%
G=27.15%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63414700.350.250.75343.6421.1520.39
Hex3F292F023194B1581514
Octal775157043311135302524
Binary11111110100110111101000111100110010111010110001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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