#3E282E

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

Shades of Castro #3E282E

Tints of Castro #3E282E

Color information

#3E282E (or 0x3E282E) is unknown color: approx Castro. HEX triplet: 3E, 28 and 2E. RGB value is (62,40,46). Sum of RGB (Red+Green+Blue) = 62+40+46=148 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.89% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 62 - color contains mainly: red. Hex color #3E282E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E282E is #C1D7D1. Grayscale: #2F2F2F. Windows color (decimal): -12703698 or 3024958. OLE color: 3024958.

HSL color Cylindrical-coordinate representation of color #3E282E: hue angle of 343.64º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E282E is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.76.

Color convert

RGB624046-
CMYK00.350.260.76
HSL343.64º21.57%20%-
HSV(B)343.64º35.48%24.31%-
XYZ3.242.742.94-
YUV47.26127.29138.51-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 41.89%
GREEN value IS 40 (16.02% from 255) = 27.03%
BLUE value IS 46 (18.36% from 255) = 31.08%
R=41.89%
G=27.03%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62404600.350.260.76343.6421.5720
Hex3E282E0231A4C1581614
Octal765056043321145302624
Binary11111010100010111001000111101010011001010110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,40,46); }

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

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

 a { background-color: rgb(62,40,46); }

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

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

 span { border-color: rgb(62,40,46); }

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