#3E232D

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

Shades of Castro #3E232D

Tints of Castro #3E232D

Color information

#3E232D (or 0x3E232D) is unknown color: approx Castro. HEX triplet: 3E, 23 and 2D. RGB value is (62,35,45). Sum of RGB (Red+Green+Blue) = 62+35+45=142 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.66% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 62 - color contains mainly: red. Hex color #3E232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E232D is #C1DCD2. Grayscale: #2C2C2C. Windows color (decimal): -12704979 or 2958142. OLE color: 2958142.

HSL color Cylindrical-coordinate representation of color #3E232D: hue angle of 337.78º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E232D is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.76.

Color convert

RGB623545-
CMYK00.440.270.76
HSL337.78º27.84%19.02%-
HSV(B)337.78º43.55%24.31%-
XYZ3.062.422.79-
YUV44.21128.45140.69-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 43.66%
GREEN value IS 35 (14.06% from 255) = 24.65%
BLUE value IS 45 (17.97% from 255) = 31.69%
R=43.66%
G=24.65%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62354500.440.270.76337.7827.8419.02
Hex3E232D02C1B4C1521c13
Octal764355054331145223423
Binary11111010001110110101011001101110011001010100101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,35,45); }

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

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

 a { background-color: rgb(62,35,45); }

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

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

 span { border-color: rgb(62,35,45); }

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