#3D1F2B

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

Shades of Castro #3D1F2B

Tints of Castro #3D1F2B

Color information

#3D1F2B (or 0x3D1F2B) is unknown color: approx Castro. HEX triplet: 3D, 1F and 2B. RGB value is (61,31,43). Sum of RGB (Red+Green+Blue) = 61+31+43=135 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.19% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1F2B is #C2E0D4. Grayscale: #292929. Windows color (decimal): -12771541 or 2826045. OLE color: 2826045.

HSL color Cylindrical-coordinate representation of color #3D1F2B: hue angle of 336º 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 #3D1F2B is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.76.

Color convert

RGB613143-
CMYK00.490.300.76
HSL336º32.61%18.04%-
HSV(B)336º49.18%23.92%-
XYZ2.852.152.55-
YUV41.34128.94142.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 45.19%
GREEN value IS 31 (12.5% from 255) = 22.96%
BLUE value IS 43 (17.19% from 255) = 31.85%
R=45.19%
G=22.96%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61314300.490.300.7633632.6118.04
Hex3D1F2B0311E4C1502112
Octal753753061361145204122
Binary11110111111101011011000111110100110010101000010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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