#3E232B

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

Shades of Castro #3E232B

Tints of Castro #3E232B

Color information

#3E232B (or 0x3E232B) is unknown color: approx Castro. HEX triplet: 3E, 23 and 2B. RGB value is (62,35,43). Sum of RGB (Red+Green+Blue) = 62+35+43=140 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.29% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 62 - color contains mainly: red. Hex color #3E232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E232B is #C1DCD4. Grayscale: #2B2B2B. Windows color (decimal): -12704981 or 2827070. OLE color: 2827070.

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

Color convert

RGB623543-
CMYK00.440.310.76
HSL342.22º27.84%19.02%-
HSV(B)342.22º43.55%24.31%-
XYZ3.022.42.59-
YUV43.98127.45140.85-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 44.29%
GREEN value IS 35 (14.06% from 255) = 25%
BLUE value IS 43 (17.19% from 255) = 30.71%
R=44.29%
G=25%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62354300.440.310.76342.2227.8419.02
Hex3E232B02C1F4C1561c13
Octal764353054371145263423
Binary11111010001110101101011001111110011001010101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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