#3F202A

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

Shades of Castro #3F202A

Tints of Castro #3F202A

Color information

#3F202A (or 0x3F202A) is unknown color: approx Castro. HEX triplet: 3F, 20 and 2A. RGB value is (63,32,42). Sum of RGB (Red+Green+Blue) = 63+32+42=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 63 - color contains mainly: red. Hex color #3F202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F202A is #C0DFD5. Grayscale: #2A2A2A. Windows color (decimal): -12640214 or 2760767. OLE color: 2760767.

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

Color convert

RGB633242-
CMYK00.490.330.75
HSL340.65º32.63%18.63%-
HSV(B)340.65º49.21%24.71%-
XYZ2.982.262.47-
YUV42.41127.77142.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 45.99%
GREEN value IS 32 (12.89% from 255) = 23.36%
BLUE value IS 42 (16.80% from 255) = 30.66%
R=45.99%
G=23.36%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63324200.490.330.75340.6532.6318.63
Hex3F202A031214B1552113
Octal774052061411135254123
Binary1111111000001010100110001100001100101110101010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,32,42); }

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

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

 a { background-color: rgb(63,32,42); }

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

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

 span { border-color: rgb(63,32,42); }

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