#3F262D

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

Shades of Castro #3F262D

Tints of Castro #3F262D

Color information

#3F262D (or 0x3F262D) is unknown color: approx Castro. HEX triplet: 3F, 26 and 2D. RGB value is (63,38,45). Sum of RGB (Red+Green+Blue) = 63+38+45=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 63 - color contains mainly: red. Hex color #3F262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F262D is #C0D9D2. Grayscale: #2E2E2E. Windows color (decimal): -12638675 or 2958911. OLE color: 2958911.

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

Color convert

RGB633845-
CMYK00.400.290.75
HSL343.2º24.75%19.8%-
HSV(B)343.2º39.68%24.71%-
XYZ3.222.632.82-
YUV46.27127.28139.93-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.15%
GREEN value IS 38 (15.23% from 255) = 26.03%
BLUE value IS 45 (17.97% from 255) = 30.82%
R=43.15%
G=26.03%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63384500.400.290.75343.224.7519.8
Hex3F262D0281D4B1571914
Octal774655050351135273124
Binary11111110011010110101010001110110010111010101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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