#3F282F

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

Shades of Castro #3F282F

Tints of Castro #3F282F

Color information

#3F282F (or 0x3F282F) is unknown color: approx Castro. HEX triplet: 3F, 28 and 2F. RGB value is (63,40,47). Sum of RGB (Red+Green+Blue) = 63+40+47=150 (19% of max value = 765). Red value is 63 (25% from 255 or 42% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 63 - color contains mainly: red. Hex color #3F282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F282F is #C0D7D0. Grayscale: #2F2F2F. Windows color (decimal): -12638161 or 3090495. OLE color: 3090495.

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

Color convert

RGB634047-
CMYK00.370.250.75
HSL341.74º22.33%20.2%-
HSV(B)341.74º36.51%24.71%-
XYZ3.322.783.05-
YUV47.68127.62138.93-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42%
GREEN value IS 40 (16.02% from 255) = 26.67%
BLUE value IS 47 (18.75% from 255) = 31.33%
R=42%
G=26.67%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63404700.370.250.75341.7422.3320.2
Hex3F282F025194B1561614
Octal775057045311135262624
Binary11111110100010111101001011100110010111010101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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