#3D1F29

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

Shades of Castro #3D1F29

Tints of Castro #3D1F29

Color information

#3D1F29 (or 0x3D1F29) is unknown color: approx Castro. HEX triplet: 3D, 1F and 29. RGB value is (61,31,41). Sum of RGB (Red+Green+Blue) = 61+31+41=133 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.86% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1F29 is #C2E0D6. Grayscale: #292929. Windows color (decimal): -12771543 or 2694973. OLE color: 2694973.

HSL color Cylindrical-coordinate representation of color #3D1F29: hue angle of 340º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D1F29 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.76.

Color convert

RGB613141-
CMYK00.490.330.76
HSL340º32.61%18.04%-
HSV(B)340º49.18%23.92%-
XYZ2.812.132.36-
YUV41.11127.94142.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 45.86%
GREEN value IS 31 (12.5% from 255) = 23.31%
BLUE value IS 41 (16.41% from 255) = 30.83%
R=45.86%
G=23.31%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61314100.490.330.7634032.6118.04
Hex3D1F29031214C1542112
Octal753751061411145244122
Binary111101111111010010110001100001100110010101010010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,31,41); }

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

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

 a { background-color: rgb(61,31,41); }

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

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

 span { border-color: rgb(61,31,41); }

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