#3E202C

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

Shades of Castro #3E202C

Tints of Castro #3E202C

Color information

#3E202C (or 0x3E202C) is unknown color: approx Castro. HEX triplet: 3E, 20 and 2C. RGB value is (62,32,44). Sum of RGB (Red+Green+Blue) = 62+32+44=138 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.93% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 62 - color contains mainly: red. Hex color #3E202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E202C is #C1DFD3. Grayscale: #2A2A2A. Windows color (decimal): -12705748 or 2891838. OLE color: 2891838.

HSL color Cylindrical-coordinate representation of color #3E202C: hue angle of 336º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E202C is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.76.

Color convert

RGB623244-
CMYK00.480.290.76
HSL336º31.91%18.43%-
HSV(B)336º48.39%24.31%-
XYZ2.962.242.66-
YUV42.34128.94142.02-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 44.93%
GREEN value IS 32 (12.89% from 255) = 23.19%
BLUE value IS 44 (17.58% from 255) = 31.88%
R=44.93%
G=23.19%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62324400.480.290.7633631.9118.43
Hex3E202C0301D4C1502012
Octal764054060351145204022
Binary111110100000101100011000011101100110010101000010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,32,44); }

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

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

 a { background-color: rgb(62,32,44); }

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

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

 span { border-color: rgb(62,32,44); }

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