#3C282F

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

Shades of Castro #3C282F

Tints of Castro #3C282F

Color information

#3C282F (or 0x3C282F) is unknown color: approx Castro. HEX triplet: 3C, 28 and 2F. RGB value is (60,40,47). Sum of RGB (Red+Green+Blue) = 60+40+47=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 60 - color contains mainly: red. Hex color #3C282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C282F is #C3D7D0. Grayscale: #2E2E2E. Windows color (decimal): -12834769 or 3090492. OLE color: 3090492.

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

Color convert

RGB604047-
CMYK00.330.220.76
HSL339º20%19.61%-
HSV(B)339º33.33%23.53%-
XYZ3.142.683.04-
YUV46.78128.13137.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40.82%
GREEN value IS 40 (16.02% from 255) = 27.21%
BLUE value IS 47 (18.75% from 255) = 31.97%
R=40.82%
G=27.21%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60404700.330.220.763392019.61
Hex3C282F021164C1531414
Octal745057041261145232424
Binary11110010100010111101000011011010011001010100111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,40,47); }

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

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

 a { background-color: rgb(60,40,47); }

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

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

 span { border-color: rgb(60,40,47); }

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