#3F2D33

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

Shades of Castro #3F2D33

Tints of Castro #3F2D33

Color information

#3F2D33 (or 0x3F2D33) is unknown color: approx Castro. HEX triplet: 3F, 2D and 33. RGB value is (63,45,51). Sum of RGB (Red+Green+Blue) = 63+45+51=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2D33 is #C0D2CC. Grayscale: #333333. Windows color (decimal): -12636877 or 3353919. OLE color: 3353919.

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

Color convert

RGB634551-
CMYK00.290.190.75
HSL340º16.67%21.18%-
HSV(B)340º28.57%24.71%-
XYZ3.593.173.56-
YUV51.07127.96136.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.62%
GREEN value IS 45 (17.97% from 255) = 28.30%
BLUE value IS 51 (20.31% from 255) = 32.08%
R=39.62%
G=28.30%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63455100.290.190.7534016.6721.18
Hex3F2D3301D134B1541115
Octal775563035231135242125
Binary1111111011011100110111011001110010111010101001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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