#3E1E2B

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

Shades of Castro #3E1E2B

Tints of Castro #3E1E2B

Color information

#3E1E2B (or 0x3E1E2B) is unknown color: approx Castro. HEX triplet: 3E, 1E and 2B. RGB value is (62,30,43). Sum of RGB (Red+Green+Blue) = 62+30+43=135 (17% of max value = 765). Red value is 62 (24.61% from 255 or 45.93% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1E2B is #C1E1D4. Grayscale: #292929. Windows color (decimal): -12706261 or 2825790. OLE color: 2825790.

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

Color convert

RGB623043-
CMYK00.520.310.76
HSL335.62º34.78%18.04%-
HSV(B)335.62º51.61%24.31%-
XYZ2.892.132.54-
YUV41.05129.1142.94-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 45.93%
GREEN value IS 30 (12.11% from 255) = 22.22%
BLUE value IS 43 (17.19% from 255) = 31.85%
R=45.93%
G=22.22%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62304300.520.310.76335.6234.7818.04
Hex3E1E2B0341F4C1502312
Octal763653064371145204322
Binary11111011110101011011010011111100110010101000010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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