#3E232C

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

Shades of Castro #3E232C

Tints of Castro #3E232C

Color information

#3E232C (or 0x3E232C) is unknown color: approx Castro. HEX triplet: 3E, 23 and 2C. RGB value is (62,35,44). Sum of RGB (Red+Green+Blue) = 62+35+44=141 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.97% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 62 - color contains mainly: red. Hex color #3E232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E232C is #C1DCD3. Grayscale: #2C2C2C. Windows color (decimal): -12704980 or 2892606. OLE color: 2892606.

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

Color convert

RGB623544-
CMYK00.440.290.76
HSL340º27.84%19.02%-
HSV(B)340º43.55%24.31%-
XYZ3.042.412.69-
YUV44.1127.95140.77-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 43.97%
GREEN value IS 35 (14.06% from 255) = 24.82%
BLUE value IS 44 (17.58% from 255) = 31.21%
R=43.97%
G=24.82%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62354400.440.290.7634027.8419.02
Hex3E232C02C1D4C1541c13
Octal764354054351145243423
Binary11111010001110110001011001110110011001010101001110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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