#3F232C

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

Shades of Castro #3F232C

Tints of Castro #3F232C

Color information

#3F232C (or 0x3F232C) is unknown color: approx Castro. HEX triplet: 3F, 23 and 2C. RGB value is (63,35,44). Sum of RGB (Red+Green+Blue) = 63+35+44=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F232C is #C0DCD3. Grayscale: #2C2C2C. Windows color (decimal): -12639444 or 2892607. OLE color: 2892607.

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

Color convert

RGB633544-
CMYK00.440.300.75
HSL340.71º28.57%19.22%-
HSV(B)340.71º44.44%24.71%-
XYZ3.112.442.69-
YUV44.4127.78141.27-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.37%
GREEN value IS 35 (14.06% from 255) = 24.65%
BLUE value IS 44 (17.58% from 255) = 30.99%
R=44.37%
G=24.65%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63354400.440.300.75340.7128.5719.22
Hex3F232C02C1E4B1551d13
Octal774354054361135253523
Binary11111110001110110001011001111010010111010101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,35,44); }

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

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

 a { background-color: rgb(63,35,44); }

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

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

 span { border-color: rgb(63,35,44); }

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