#3C202A

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

Shades of Castro #3C202A

Tints of Castro #3C202A

Color information

#3C202A (or 0x3C202A) is unknown color: approx Castro. HEX triplet: 3C, 20 and 2A. RGB value is (60,32,42). Sum of RGB (Red+Green+Blue) = 60+32+42=134 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.78% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 60 - color contains mainly: red. Hex color #3C202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C202A is #C3DFD5. Grayscale: #292929. Windows color (decimal): -12836822 or 2760764. OLE color: 2760764.

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

Color convert

RGB603242-
CMYK00.470.30.76
HSL338.57º30.43%18.04%-
HSV(B)338.57º46.67%23.53%-
XYZ2.82.162.46-
YUV41.51128.28141.19-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 44.78%
GREEN value IS 32 (12.89% from 255) = 23.88%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=44.78%
G=23.88%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.3
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60324200.470.30.76338.5730.4318.04
Hex3C202A02F1E4C1531e12
Octal744052057361145233622
Binary11110010000010101001011111111010011001010100111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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