#3A1825

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

Shades of Castro #3A1825

Tints of Castro #3A1825

Color information

#3A1825 (or 0x3A1825) is unknown color: approx Castro. HEX triplet: 3A, 18 and 25. RGB value is (58,24,37). Sum of RGB (Red+Green+Blue) = 58+24+37=119 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.74% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1825 is #C5E7DA. Grayscale: #232323. Windows color (decimal): -12969947 or 2431034. OLE color: 2431034.

HSL color Cylindrical-coordinate representation of color #3A1825: hue angle of 337.06º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A1825 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.77.

Color convert

RGB582437-
CMYK00.590.360.77
HSL337.06º41.46%16.08%-
HSV(B)337.06º58.62%22.75%-
XYZ2.411.691.95-
YUV35.65128.76143.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 48.74%
GREEN value IS 24 (9.77% from 255) = 20.17%
BLUE value IS 37 (14.84% from 255) = 31.09%
R=48.74%
G=20.17%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58243700.590.360.77337.0641.4616.08
Hex3A182503B244D1512910
Octal723045073441155215120
Binary111010110001001010111011100100100110110101000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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