#3E1625

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

Shades of Castro #3E1625

Tints of Castro #3E1625

Color information

#3E1625 (or 0x3E1625) is unknown color: approx Castro. HEX triplet: 3E, 16 and 25. RGB value is (62,22,37). Sum of RGB (Red+Green+Blue) = 62+22+37=121 (16% of max value = 765). Red value is 62 (24.61% from 255 or 51.24% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1625 is #C1E9DA. Grayscale: #232323. Windows color (decimal): -12708315 or 2430526. OLE color: 2430526.

HSL color Cylindrical-coordinate representation of color #3E1625: hue angle of 337.5º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E1625 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.76.

Color convert

RGB622237-
CMYK00.650.400.76
HSL337.5º47.62%16.47%-
HSV(B)337.5º64.52%24.31%-
XYZ2.611.731.95-
YUV35.67128.75146.78-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 51.24%
GREEN value IS 22 (8.98% from 255) = 18.18%
BLUE value IS 37 (14.84% from 255) = 30.58%
R=51.24%
G=18.18%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62223700.650.400.76337.547.6216.47
Hex3E1625041284C1523010
Octal7626450101501145226020
Binary1111101011010010101000001101000100110010101001011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,22,37); }

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

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

 a { background-color: rgb(62,22,37); }

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

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

 span { border-color: rgb(62,22,37); }

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