#3D202A

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

Shades of Castro #3D202A

Tints of Castro #3D202A

Color information

#3D202A (or 0x3D202A) is unknown color: approx Castro. HEX triplet: 3D, 20 and 2A. RGB value is (61,32,42). Sum of RGB (Red+Green+Blue) = 61+32+42=135 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.19% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 61 - color contains mainly: red. Hex color #3D202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D202A is #C2DFD5. Grayscale: #292929. Windows color (decimal): -12771286 or 2760765. OLE color: 2760765.

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

Color convert

RGB613242-
CMYK00.480.310.76
HSL339.31º31.18%18.24%-
HSV(B)339.31º47.54%23.92%-
XYZ2.862.192.46-
YUV41.81128.11141.69-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 45.19%
GREEN value IS 32 (12.89% from 255) = 23.70%
BLUE value IS 42 (16.80% from 255) = 31.11%
R=45.19%
G=23.70%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61324200.480.310.76339.3131.1818.24
Hex3D202A0301F4C1531f12
Octal754052060371145233722
Binary11110110000010101001100001111110011001010100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,32,42); }

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

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

 a { background-color: rgb(61,32,42); }

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

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

 span { border-color: rgb(61,32,42); }

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