#3D1725

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

Shades of Castro #3D1725

Tints of Castro #3D1725

Color information

#3D1725 (or 0x3D1725) is unknown color: approx Castro. HEX triplet: 3D, 17 and 25. RGB value is (61,23,37). Sum of RGB (Red+Green+Blue) = 61+23+37=121 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50.41% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1725 is #C2E8DA. Grayscale: #232323. Windows color (decimal): -12773595 or 2430781. OLE color: 2430781.

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

Color convert

RGB612337-
CMYK00.620.390.76
HSL337.89º45.24%16.47%-
HSV(B)337.89º62.3%23.92%-
XYZ2.561.741.95-
YUV35.96128.59145.86-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 50.41%
GREEN value IS 23 (9.38% from 255) = 19.01%
BLUE value IS 37 (14.84% from 255) = 30.58%
R=50.41%
G=19.01%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61233700.620.390.76337.8945.2416.47
Hex3D172503E274C1522d10
Octal752745076471145225520
Binary111101101111001010111110100111100110010101001010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,23,37); }

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

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

 a { background-color: rgb(61,23,37); }

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

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

 span { border-color: rgb(61,23,37); }

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