#3E1825

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

Shades of Castro #3E1825

Tints of Castro #3E1825

Color information

#3E1825 (or 0x3E1825) is unknown color: approx Castro. HEX triplet: 3E, 18 and 25. RGB value is (62,24,37). Sum of RGB (Red+Green+Blue) = 62+24+37=123 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.41% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1825 is #C1E7DA. Grayscale: #242424. Windows color (decimal): -12707803 or 2431038. OLE color: 2431038.

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

Color convert

RGB622437-
CMYK00.610.400.76
HSL339.47º44.19%16.86%-
HSV(B)339.47º61.29%24.31%-
XYZ2.651.811.96-
YUV36.84128.09145.94-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 50.41%
GREEN value IS 24 (9.77% from 255) = 19.51%
BLUE value IS 37 (14.84% from 255) = 30.08%
R=50.41%
G=19.51%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62243700.610.400.76339.4744.1916.86
Hex3E182503D284C1532c11
Octal763045075501145235421
Binary111110110001001010111101101000100110010101001110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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