#3E2E33

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

Shades of Castro #3E2E33

Tints of Castro #3E2E33

Color information

#3E2E33 (or 0x3E2E33) is unknown color: approx Castro. HEX triplet: 3E, 2E and 33. RGB value is (62,46,51). Sum of RGB (Red+Green+Blue) = 62+46+51=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2E33 is #C1D1CC. Grayscale: #333333. Windows color (decimal): -12702157 or 3354174. OLE color: 3354174.

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

Color convert

RGB624651-
CMYK00.260.180.76
HSL341.25º14.81%21.18%-
HSV(B)341.25º25.81%24.31%-
XYZ3.563.223.57-
YUV51.35127.8135.59-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.99%
GREEN value IS 46 (18.36% from 255) = 28.93%
BLUE value IS 51 (20.31% from 255) = 32.08%
R=38.99%
G=28.93%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62465100.260.180.76341.2514.8121.18
Hex3E2E3301A124C155f15
Octal765663032221145251725
Binary111110101110110011011010100101001100101010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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