#3F2E33

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

Shades of Castro #3F2E33

Tints of Castro #3F2E33

Color information

#3F2E33 (or 0x3F2E33) is unknown color: approx Castro. HEX triplet: 3F, 2E and 33. RGB value is (63,46,51). Sum of RGB (Red+Green+Blue) = 63+46+51=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2E33 is #C0D1CC. Grayscale: #333333. Windows color (decimal): -12636621 or 3354175. OLE color: 3354175.

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

Color convert

RGB634651-
CMYK00.270.190.75
HSL342.35º15.6%21.37%-
HSV(B)342.35º26.98%24.71%-
XYZ3.623.253.57-
YUV51.65127.63136.09-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.38%
GREEN value IS 46 (18.36% from 255) = 28.75%
BLUE value IS 51 (20.31% from 255) = 31.88%
R=39.38%
G=28.75%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63465100.270.190.75342.3515.621.37
Hex3F2E3301B134B1561015
Octal775663033231135262025
Binary1111111011101100110110111001110010111010101101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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