#3E202A

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

Shades of Castro #3E202A

Tints of Castro #3E202A

Color information

#3E202A (or 0x3E202A) is unknown color: approx Castro. HEX triplet: 3E, 20 and 2A. RGB value is (62,32,42). Sum of RGB (Red+Green+Blue) = 62+32+42=136 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.59% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 62 - color contains mainly: red. Hex color #3E202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E202A is #C1DFD5. Grayscale: #2A2A2A. Windows color (decimal): -12705750 or 2760766. OLE color: 2760766.

HSL color Cylindrical-coordinate representation of color #3E202A: hue angle of 340º 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 #3E202A is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.76.

Color convert

RGB623242-
CMYK00.480.320.76
HSL340º31.91%18.43%-
HSV(B)340º48.39%24.31%-
XYZ2.922.222.47-
YUV42.11127.94142.19-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 45.59%
GREEN value IS 32 (12.89% from 255) = 23.53%
BLUE value IS 42 (16.80% from 255) = 30.88%
R=45.59%
G=23.53%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62324200.480.320.7634031.9118.43
Hex3E202A030204C1542012
Octal764052060401145244022
Binary1111101000001010100110000100000100110010101010010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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