#3F242E

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

Shades of Castro #3F242E

Tints of Castro #3F242E

Color information

#3F242E (or 0x3F242E) is unknown color: approx Castro. HEX triplet: 3F, 24 and 2E. RGB value is (63,36,46). Sum of RGB (Red+Green+Blue) = 63+36+46=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 63 - color contains mainly: red. Hex color #3F242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F242E is #C0DBD1. Grayscale: #2D2D2D. Windows color (decimal): -12639186 or 3023935. OLE color: 3023935.

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

Color convert

RGB633646-
CMYK00.430.270.75
HSL337.78º27.27%19.41%-
HSV(B)337.78º42.86%24.71%-
XYZ3.172.522.9-
YUV45.21128.45140.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.45%
GREEN value IS 36 (14.45% from 255) = 24.83%
BLUE value IS 46 (18.36% from 255) = 31.72%
R=43.45%
G=24.83%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63364600.430.270.75337.7827.2719.41
Hex3F242E02B1B4B1521b13
Octal774456053331135223323
Binary11111110010010111001010111101110010111010100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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