#3C282E

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

Shades of Castro #3C282E

Tints of Castro #3C282E

Color information

#3C282E (or 0x3C282E) is unknown color: approx Castro. HEX triplet: 3C, 28 and 2E. RGB value is (60,40,46). Sum of RGB (Red+Green+Blue) = 60+40+46=146 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.10% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 60 - color contains mainly: red. Hex color #3C282E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C282E is #C3D7D1. Grayscale: #2E2E2E. Windows color (decimal): -12834770 or 3024956. OLE color: 3024956.

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

Color convert

RGB604046-
CMYK00.330.230.76
HSL342º20%19.61%-
HSV(B)342º33.33%23.53%-
XYZ3.122.682.94-
YUV46.66127.63137.51-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.10%
GREEN value IS 40 (16.02% from 255) = 27.40%
BLUE value IS 46 (18.36% from 255) = 31.51%
R=41.10%
G=27.40%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60404600.330.230.763422019.61
Hex3C282E021174C1561414
Octal745056041271145262424
Binary11110010100010111001000011011110011001010101101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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