#3B1825

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

Shades of Castro #3B1825

Tints of Castro #3B1825

Color information

#3B1825 (or 0x3B1825) is unknown color: approx Castro. HEX triplet: 3B, 18 and 25. RGB value is (59,24,37). Sum of RGB (Red+Green+Blue) = 59+24+37=120 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.17% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1825 is #C4E7DA. Grayscale: #232323. Windows color (decimal): -12904411 or 2431035. OLE color: 2431035.

HSL color Cylindrical-coordinate representation of color #3B1825: hue angle of 337.71º degrees, saturation: 0.42, 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 #3B1825 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.77.

Color convert

RGB592437-
CMYK00.590.370.77
HSL337.71º42.17%16.27%-
HSV(B)337.71º59.32%23.14%-
XYZ2.461.721.95-
YUV35.95128.6144.44-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 49.17%
GREEN value IS 24 (9.77% from 255) = 20%
BLUE value IS 37 (14.84% from 255) = 30.83%
R=49.17%
G=20%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59243700.590.370.77337.7142.1716.27
Hex3B182503B254D1522a10
Octal733045073451155225220
Binary111011110001001010111011100101100110110101001010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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