#3F262E

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

Shades of Castro #3F262E

Tints of Castro #3F262E

Color information

#3F262E (or 0x3F262E) is unknown color: approx Castro. HEX triplet: 3F, 26 and 2E. RGB value is (63,38,46). Sum of RGB (Red+Green+Blue) = 63+38+46=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 63 - color contains mainly: red. Hex color #3F262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F262E is #C0D9D1. Grayscale: #2E2E2E. Windows color (decimal): -12638674 or 3024447. OLE color: 3024447.

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

Color convert

RGB633846-
CMYK00.400.270.75
HSL340.8º24.75%19.8%-
HSV(B)340.8º39.68%24.71%-
XYZ3.242.642.92-
YUV46.39127.78139.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42.86%
GREEN value IS 38 (15.23% from 255) = 25.85%
BLUE value IS 46 (18.36% from 255) = 31.29%
R=42.86%
G=25.85%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63384600.400.270.75340.824.7519.8
Hex3F262E0281B4B1551914
Octal774656050331135253124
Binary11111110011010111001010001101110010111010101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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