#3F272F

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

Shades of Castro #3F272F

Tints of Castro #3F272F

Color information

#3F272F (or 0x3F272F) is unknown color: approx Castro. HEX triplet: 3F, 27 and 2F. RGB value is (63,39,47). Sum of RGB (Red+Green+Blue) = 63+39+47=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 63 - color contains mainly: red. Hex color #3F272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F272F is #C0D8D0. Grayscale: #2F2F2F. Windows color (decimal): -12638417 or 3090239. OLE color: 3090239.

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

Color convert

RGB633947-
CMYK00.380.250.75
HSL340º23.53%20%-
HSV(B)340º38.1%24.71%-
XYZ3.292.713.04-
YUV47.09127.95139.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42.28%
GREEN value IS 39 (15.62% from 255) = 26.17%
BLUE value IS 47 (18.75% from 255) = 31.54%
R=42.28%
G=26.17%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63394700.380.250.7534023.5320
Hex3F272F026194B1541814
Octal774757046311135243024
Binary11111110011110111101001101100110010111010101001100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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